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