|
@@ -154,7 +154,7 @@ try {
|
|
|
$right->save();
|
|
|
}
|
|
|
|
|
|
- $enablePlugins = array('fr.sys1.factory','fr.sys1.dashboard','fr.sys1.notification','fr.sys1.navigation');
|
|
|
+ global $enablePlugins = array('fr.sys1.factory','fr.sys1.dashboard','fr.sys1.notification','fr.sys1.navigation');
|
|
|
|
|
|
|
|
|
if(!empty($custom['action'])) require_once($custom['pluginPath'].$custom['action']);
|