fix for threads that have 0 posts

This commit is contained in:
psychobunny
2013-04-28 20:27:10 +00:00
parent 1037088643
commit 19a63bf51b

View File

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