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