From a1e022241358ba6dea875463fb12445bf87efc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20M=C3=BCller?= <info@profi-webdesign.net> Date: Sun, 19 Jan 2014 21:34:58 +0100 Subject: [PATCH] Fixed missing global --- server/mods-available/rescue_core_module.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mods-available/rescue_core_module.inc.php b/server/mods-available/rescue_core_module.inc.php index 9674691f02..94d7ba6f88 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']" -- GitLab