fix for threads that have 0 posts

v1.18.x
psychobunny 12 years ago
parent 1037088643
commit 19a63bf51b

@ -48,6 +48,8 @@ var RDB = require('./redis.js');
callback({'posts': posts});
});
} else {
callback({});
}

Loading…
Cancel
Save