Skip to content

Commit 9f8bb33

Browse files
committed
missing global $app declaration
1 parent 320fa67 commit 9f8bb33

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
@@ -812,7 +812,7 @@ public function delOldRecords($type, $serverId) {
812812
}
813813

814814
public function send_notification_email($template, $placeholders, $recipients) {
815-
global $conf;
815+
global $app, $conf;
816816

817817
if(!is_array($recipients) || count($recipients) < 1) return false;
818818
if(!is_array($placeholders)) $placeholders = array();

0 commit comments

Comments
 (0)