summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/pfsense-utils.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 3e48c07..ad3c1a0 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1682,7 +1682,8 @@ function notify_via_growl($message) {
$growl_password = $growl_settings['password'];
$growl = new Growl($growl_ip, $growl_password);
$growl->register();
- $growl->notify("pfSense growl alert", "", "{$message}");
+ $growl->notify("pfSense growl alert", "", "{$message}", 1);
+ return true; // XXX: check for error?
}
?> \ No newline at end of file
OpenPOWER on IntegriCloud