mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
fixed #1351 -- ACP will tell user that they need to restart, if they need to restart
This commit is contained in:
@@ -383,6 +383,8 @@ var fs = require('fs'),
|
||||
return;
|
||||
}
|
||||
|
||||
// Restart Required flag
|
||||
meta.restartRequired = true;
|
||||
|
||||
if(active) {
|
||||
Plugins.fireHook('action:plugin.deactivate', id);
|
||||
|
||||
Reference in New Issue
Block a user