mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
removed check for no topics in category, you should be able to go into empty categories
This commit is contained in:
@@ -228,10 +228,6 @@ var path = require('path'),
|
|||||||
return next(err);
|
return next(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(page > data.pageCount) {
|
|
||||||
return res.send(404);
|
|
||||||
}
|
|
||||||
|
|
||||||
data.currentPage = page;
|
data.currentPage = page;
|
||||||
data.privileges = privileges;
|
data.privileges = privileges;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user