fixed #1351 -- ACP will tell user that they need to restart, if they need to restart

This commit is contained in:
Julian Lam
2014-04-16 15:11:00 -04:00
parent 8cb2b9b97a
commit 84a34933fe
3 changed files with 9 additions and 1 deletions

View File

@@ -383,6 +383,8 @@ var fs = require('fs'),
return;
}
// Restart Required flag
meta.restartRequired = true;
if(active) {
Plugins.fireHook('action:plugin.deactivate', id);