mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-03 05:09:48 +01:00
actually rename :dull:
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user