diff --git a/src/topics/posts.js b/src/topics/posts.js index e895556145..f0265e7048 100644 --- a/src/topics/posts.js +++ b/src/topics/posts.js @@ -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);