From 487b16ecd869b37a06c1e5c2a336960f7c9be7f0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 9 Jul 2009 21:03:37 -0400 Subject: Adding Notifications tab --- etc/inc/pfsense-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/pfsense-utils.inc') 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? } -- cgit v1.1