Skip to content

Commit 60c4e56

Browse files
committed
Fixed: FS#1775 - PHP Fatal error: Call to a member function queryAllRecords() on a non-object in /usr/local/ispconfi
1 parent a296ae3 commit 60c4e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function get_distname() {
151151

152152
//** Email Quota
153153
public function monitorEmailQuota() {
154-
global $conf;
154+
global $conf, $app;
155155

156156
//* Initialize data array
157157
$data = array();

0 commit comments

Comments
 (0)