From a1e022241358ba6dea875463fb12445bf87efc50 Mon Sep 17 00:00:00 2001
From: Dominik Müller <info@profi-webdesign.net>
Date: Sun, 19 Jan 2014 15:34:58 -0500
Subject: [PATCH] Fixed missing global
---
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