mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 11:21:51 +02:00
filter:categories.get
This commit is contained in:
@@ -73,7 +73,9 @@ categoriesController.list = function(req, res, next) {
|
||||
}
|
||||
});
|
||||
|
||||
res.render('categories', data);
|
||||
plugins.fireHook('filter:categories.get', data, function(err, data) {
|
||||
res.render('categories', data);
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user