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

v1.18.x
barisusakli 10 years ago
commit 3b8e31c31f

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

Loading…
Cancel
Save