Skip to content
Snippets Groups Projects
Commit f63bda16 authored by vogelor's avatar vogelor
Browse files

fixed two missing globals ;-(

parent 51cf609f
No related branches found
No related tags found
No related merge requests found
......@@ -1070,6 +1070,7 @@ class monitor_tools {
}
public function monitorSysLog() {
global $app;
global $conf;
/* the id of the server as int */
......
......@@ -76,6 +76,7 @@ class monitor_core_module {
*/
// 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...
*/
......
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