moved recent popular

This commit is contained in:
barisusakli
2015-08-17 16:38:05 -04:00
parent 3d962822c6
commit fe5f1b8c1d
6 changed files with 91 additions and 63 deletions

View File

@@ -12,8 +12,7 @@ var async = require('async'),
var unreadController = {};
unreadController.unread = function(req, res, next) {
unreadController.get = function(req, res, next) {
var stop = (parseInt(meta.config.topicsPerList, 10) || 20) - 1;
var results;
var cid = req.query.cid;