Skip to content

Commit 4f02ea6

Browse files
author
Till Brehm
committed
Fixed syntax error.
1 parent 7dd9234 commit 4f02ea6

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
@@ -382,7 +382,7 @@ private function _rescueMySql(){
382382
* @param type $daemon the name of the daemon
383383
*/
384384
private function _rescueDaemon($daemon){
385-
global $conf;
385+
global $conf, $app;
386386

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

0 commit comments

Comments
 (0)