recent page, for hour, day, week, month

This commit is contained in:
Baris Usakli
2013-10-11 14:48:14 -04:00
parent 9af26db57a
commit 4e59b85073
6 changed files with 49 additions and 6 deletions

View File

@@ -783,7 +783,7 @@ module.exports.init = function(io) {
var start = data.after,
end = start + 9;
topics.getLatestTopics(uid, start, end, function(latestTopics) {
topics.getLatestTopics(uid, start, end, data.term, function(latestTopics) {
callback(latestTopics);
});
});