From f63bda16c2fa90a282657701ae1edaeda832ebc9 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Sat, 26 Mar 2011 14:31:34 -0400
Subject: [PATCH] fixed two missing globals ;-(
---
server/mods-available/monitor_core_module.inc.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server/mods-available/monitor_core_module.inc.php b/server/mods-available/monitor_core_module.inc.php
index 4a6d341..9244b05 100644
--- a/server/mods-available/monitor_core_module.inc.php
+++ b/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...
*/
--
Gitblit v1.9.1