diff --git a/server/mods-available/rescue_core_module.inc.php b/server/mods-available/rescue_core_module.inc.php index ca69a91f66794425d79e661047ae9e95b7206ca7..2f905d976cb47ebaeacaf5eeed76ea83e1baa609 100644 --- a/server/mods-available/rescue_core_module.inc.php +++ b/server/mods-available/rescue_core_module.inc.php @@ -382,7 +382,7 @@ class rescue_core_module { * @param type $daemon the name of the daemon */ private function _rescueDaemon($daemon){ - global $conf; + global $conf, $app; $app->uses('system'); // if you need to find all restarts search for "['init_scripts']"