actually rename :dull:

This commit is contained in:
barisusakli
2015-05-11 15:51:41 -04:00
parent dce9a19882
commit f55e8bc548

View File

@@ -34,7 +34,7 @@ module.exports = function(Topics) {
callback = callback || function() {};
async.parallel({
posts: function(next) {
posts.getPostsByTid(tid, set, start, stop, uid, reverse, next);
posts.getPostsFromSet(set, start, stop, uid, reverse, next);
},
postCount: function(next) {
Topics.getTopicField(tid, 'postcount', next);