vogelor
2011-03-26 f63bda16c2fa90a282657701ae1edaeda832ebc9
fixed two missing globals ;-(
2 files modified
2 ■■■■■ changed files
server/lib/classes/monitor_tools.inc.php 1 ●●●● patch | view | raw | blame | history
server/mods-available/monitor_core_module.inc.php 1 ●●●● patch | view | raw | blame | history
server/lib/classes/monitor_tools.inc.php
@@ -1070,6 +1070,7 @@
    }
    public function monitorSysLog() {
        global $app;
        global $conf;
        /* the id of the server as int */
server/mods-available/monitor_core_module.inc.php
@@ -76,6 +76,7 @@
     */
    // TODO: what monitoring is done should be a config-var
    private function _doMonitor() {
        global $app;
        /*
         * We need the tools in almost every method, so initialize them once...
         */