Skip to content
Snippets Groups Projects
Commit a1e02224 authored by Dominik's avatar Dominik
Browse files

Fixed missing global

parent 511ba5d0
No related branches found
No related tags found
4 merge requests!88Fix Update errors,!46Master,!32VHost-Aliasdomain (FS#3296),!30Vhostalias
......@@ -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']"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment