mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 19:11:58 +02:00
ability to filter flags by category
This commit is contained in:
@@ -260,6 +260,7 @@ var middleware;
|
||||
}, function(err, res, body) {
|
||||
if (err) {
|
||||
winston.error('Error parsing plugins : ' + err.message);
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
Plugins.normalise(body, callback);
|
||||
|
||||
Reference in New Issue
Block a user