Skip to content
Snippets Groups Projects
Commit 9f8bb33d authored by Jesse Norell's avatar Jesse Norell
Browse files

missing global $app declaration

parent 320fa675
No related branches found
No related tags found
No related merge requests found
...@@ -812,7 +812,7 @@ class monitor_tools { ...@@ -812,7 +812,7 @@ class monitor_tools {
} }
public function send_notification_email($template, $placeholders, $recipients) { public function send_notification_email($template, $placeholders, $recipients) {
global $conf; global $app, $conf;
if(!is_array($recipients) || count($recipients) < 1) return false; if(!is_array($recipients) || count($recipients) < 1) return false;
if(!is_array($placeholders)) $placeholders = array(); if(!is_array($placeholders)) $placeholders = array();
......
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