This commit is contained in:
barisusakli
2014-11-30 02:02:32 -05:00
parent fb3251c269
commit f531a5362d

View File

@@ -55,7 +55,7 @@ var path = require('path'),
var topicUrls = [];
async.waterfall([
function(tids, next) {
function(next) {
db.getSortedSetRevRange('topics:recent', 0, -1, next);
},
function(tids, next) {