summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:03:37 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:03:58 -0400
commit487b16ecd869b37a06c1e5c2a336960f7c9be7f0 (patch)
treef72c2e3283e5ea2b76b81dbbdb86110ae12110df /etc/inc/pfsense-utils.inc
parent1729ace8dae580a82f709586ac02f0d6f7075dc3 (diff)
downloadpfsense-487b16ecd869b37a06c1e5c2a336960f7c9be7f0.zip
pfsense-487b16ecd869b37a06c1e5c2a336960f7c9be7f0.tar.gz
Adding Notifications tab
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index c5bbeef..faa746c 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1682,7 +1682,7 @@ function notify_via_growl($message) {
if($growl_ip) {
$growl = new Growl($growl_ip, $growl_password);
$growl->register();
- $growl->notify("pfSense growl alert", "", "{$message}", 1);
+ $growl->notify("pfSense growl alert", "pfSense", "{$message}");
}
return true; // XXX: check for error?
}
OpenPOWER on IntegriCloud