summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/notices.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-12-28 13:36:45 -0200
committerRenato Botelho <renato@netgate.com>2016-12-28 13:36:45 -0200
commit8128464bb6e4991b200057073db7aeef15bed563 (patch)
tree11ece81e42ad0fcd75f8ca0cd52b89b31fed9447 /src/etc/inc/notices.inc
parent0434fb779d40cd818c163341d00687e129da8c35 (diff)
parenta2e35163df4b1048efac70a7d9a5c9b60de0ed64 (diff)
downloadpfsense-8128464bb6e4991b200057073db7aeef15bed563.zip
pfsense-8128464bb6e4991b200057073db7aeef15bed563.tar.gz
Merge pull request #3317 from phil-davis/patch-1
Diffstat (limited to 'src/etc/inc/notices.inc')
-rw-r--r--src/etc/inc/notices.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/etc/inc/notices.inc b/src/etc/inc/notices.inc
index f373998..3449a20 100644
--- a/src/etc/inc/notices.inc
+++ b/src/etc/inc/notices.inc
@@ -85,8 +85,7 @@ function file_notice($id, $notice, $category = "General", $url = "", $priority =
led_normalize();
led_morse(1, 'sos');
if (!$local_only) {
- notify_via_growl($notice);
- notify_via_smtp($notice);
+ notify_all_remote($notice);
}
return $queuekey;
}
OpenPOWER on IntegriCloud