From e60d4c7e35e5dd3a5f4fb1d5b3a25345b6275146 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Fri, 24 Jan 2014 06:41:38 -0500 Subject: [PATCH] Merge remote-tracking branch 'renky/vhostalias' --- server/mods-available/rescue_core_module.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/mods-available/rescue_core_module.inc.php b/server/mods-available/rescue_core_module.inc.php index 9674691..94d7ba6 100644 --- a/server/mods-available/rescue_core_module.inc.php +++ b/server/mods-available/rescue_core_module.inc.php @@ -438,7 +438,7 @@ * @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']" -- Gitblit v1.9.1