This commit is contained in:
barisusakli
2016-05-11 16:40:40 +03:00
parent 47b4b86bf1
commit a9828a1465
3 changed files with 46 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ unreadController.get = function(req, res, next) {
return filter && filter.selected;
})[0];
results.unreadTopics.querystring = req.query.cid ? ('?cid=' + req.query.cid) : '';
res.render('unread', results.unreadTopics);
});
};