mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
fixed typo
This commit is contained in:
@@ -272,7 +272,7 @@ topicsController.teaser = function(req, res, next) {
|
||||
}
|
||||
|
||||
if (!canRead) {
|
||||
return res.status(403).json('[[error:no-priveges]]');
|
||||
return res.status(403).json('[[error:no-privileges]]');
|
||||
}
|
||||
|
||||
topics.getLatestUndeletedPid(tid, function(err, pid) {
|
||||
|
||||
Reference in New Issue
Block a user