mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 09:36:16 +01:00
@@ -69,7 +69,7 @@ Controllers.home = function(req, res, next) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
categories.getRecentTopicReplies(categoryData, function(err) {
|
||||
categories.getRecentTopicReplies(categoryData, uid, function(err) {
|
||||
next(err, categoryData);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user