mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
removed cid from getTopicsByTids
This commit is contained in:
@@ -90,7 +90,7 @@ var db = require('./database'),
|
||||
Categories.getTopicIds(cid, start, stop, next);
|
||||
},
|
||||
function(tids, next) {
|
||||
topics.getTopicsByTids(tids, cid, uid, next);
|
||||
topics.getTopicsByTids(tids, uid, next);
|
||||
},
|
||||
function(topics, next) {
|
||||
if (!topics || !topics.length) {
|
||||
|
||||
Reference in New Issue
Block a user