summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-02-20 00:16:10 -0800
committerNOYB <Al_Stu@Frontier.com>2016-02-20 00:16:10 -0800
commitab0ecb3231305c851377026ad248449e19824e45 (patch)
treefb6f61ce3856a0c9e0da4ca26d3aacf26e55378f
parent1c42c58554ab2f820cd74d35c8236952cd7fcb67 (diff)
downloadpfsense-ab0ecb3231305c851377026ad248449e19824e45.zip
pfsense-ab0ecb3231305c851377026ad248449e19824e45.tar.gz
Status / System Logs - Manage Logs Panel Error
Change test to use the correct variable. Otherwise it will never be true and form will not be kept open when there is input error.
-rw-r--r--src/usr/local/www/status_logs_common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_logs_common.inc b/src/usr/local/www/status_logs_common.inc
index 3cc9157..73f068b 100644
--- a/src/usr/local/www/status_logs_common.inc
+++ b/src/usr/local/www/status_logs_common.inc
@@ -785,7 +785,7 @@ function manage_log_section() {
$manage_log_active = true;
}
- if ($filter_active) {
+ if ($manage_log_active) {
$panel_state = 'in';
$panel_body_state = SEC_OPEN;
} else {
OpenPOWER on IntegriCloud