Skip to content

Commit a1e0222

Browse files
committed
Fixed missing global
1 parent 511ba5d commit a1e0222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mods-available/rescue_core_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ private function _rescueMySql(){
438438
* @param type $daemon the name of the daemon
439439
*/
440440
private function _rescueDaemon($daemon){
441-
global $conf;
441+
global $app, $conf;
442442

443443
$app->uses('system');
444444
// if you need to find all restarts search for "['init_scripts']"

0 commit comments

Comments
 (0)