removed check for no topics in category, you should be able to go into empty categories

v1.18.x
Baris Soner Usakli 11 years ago
parent 6ff11c5243
commit b4ea8e58fa

@ -228,10 +228,6 @@ var path = require('path'),
return next(err);
}
if(page > data.pageCount) {
return res.send(404);
}
data.currentPage = page;
data.privileges = privileges;

Loading…
Cancel
Save