Merge remote-tracking branch 'origin/master' into socket.io1.x

This commit is contained in:
barisusakli
2014-11-30 02:02:48 -05:00

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) {