From b4ea8e58fa94a19edeaadaa17ca28f93c192d9f3 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Sat, 25 Jan 2014 20:08:02 -0500 Subject: [PATCH] removed check for no topics in category, you should be able to go into empty categories --- src/routes/api.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/api.js b/src/routes/api.js index c70dbd107b..6dbb0080f7 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -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;