summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-02-15 11:02:55 -0500
committerjim-p <jimp@pfsense.org>2011-02-15 11:03:30 -0500
commitefe8fa788421be0db889a293ea03c2cd79f3e262 (patch)
tree2bec5420c8d32c13cbba8c8f9feebfecc3d100e3 /usr/local/www/fbegin.inc
parentee21b736077ce5678692fb3c39ccbd755ea0a640 (diff)
downloadpfsense-efe8fa788421be0db889a293ea03c2cd79f3e262.zip
pfsense-efe8fa788421be0db889a293ea03c2cd79f3e262.tar.gz
Pass $notices to print_notices(), since it requires a parameter.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 8f94164..c342913 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -389,7 +389,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') {
$notices = get_notices();
if(!$notices) {
$need_alert_display = true;
- $display_text = print_notices() . "<br>";
+ $display_text = print_notices($notices) . "<br>";
}
}
if($need_alert_display == true) {
OpenPOWER on IntegriCloud