summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-01 02:05:33 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-01 02:05:33 -0800
commit47f818e40d7726b589a06e7f71428b2dbeabf564 (patch)
treef40bf70b3026f56e6ee7477e6c5f9e7685214e7d /src
parent19791c16e10229d69211e0825ea87dd578a58706 (diff)
downloadpfsense-47f818e40d7726b589a06e7f71428b2dbeabf564.zip
pfsense-47f818e40d7726b589a06e7f71428b2dbeabf564.tar.gz
The right way
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_logs_filter.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_logs_filter.php b/src/usr/local/www/diag_logs_filter.php
index 8353fd1..a159a3a 100644
--- a/src/usr/local/www/diag_logs_filter.php
+++ b/src/usr/local/www/diag_logs_filter.php
@@ -205,10 +205,7 @@ if ($filterfieldsarray['interface'] == "All")
$interface = "";
if (!isset($config['syslog']['rawfilter'])) { // Advanced log filter form
- $form = new Form(new Form_StaticText(
- null,
- null
- ));
+ $form = new Form(false);
$section = new Form_Section('Advanced Log Filter');
OpenPOWER on IntegriCloud