mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
fixes #2615
This commit is contained in:
@@ -88,7 +88,7 @@ module.exports = function(Plugins) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
}
|
||||
plugins.fireHook('action:plugin.' + type, id);
|
||||
Plugins.fireHook('action:plugin.' + type, id);
|
||||
callback(null, {id: id, installed: !installed});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user