summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-08-11 10:21:33 +0000
committerErmal Luçi <eri@pfsense.org>2009-08-11 10:23:47 +0000
commitb6494651b0b049919495a7aa0f8e0093a9227f5c (patch)
tree395f6e20c954a9212d08da2d0506ee4ac8108b5e /usr/local/www/firewall_rules_edit.php
parent70ca5bb79b7c23e974dd9fc8863fc68b63b7b51b (diff)
downloadpfsense-b6494651b0b049919495a7aa0f8e0093a9227f5c.zip
pfsense-b6494651b0b049919495a7aa0f8e0093a9227f5c.tar.gz
Fix typo its tagged and not tag.
Reported-by: mileswu Patch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index d7e1c39..8844451 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -116,7 +116,7 @@ if (isset($id) && $a_filter[$id]) {
if (isset($a_filter[$id]['tag']) && $a_filter[$id]['tag'] <> "")
$pconfig['tag'] = $a_filter[$id]['tag'];
- if (isset($a_filter[$id]['tagged']) && $a_filter[$id]['tag'] <> "")
+ if (isset($a_filter[$id]['tagged']) && $a_filter[$id]['tagged'] <> "")
$pconfig['tagged'] = $a_filter[$id]['tagged'];
if (isset($a_filter[$id]['quick']) && $a_filter[$id]['quick'])
$pconfig['quick'] = $a_filter[$id]['quick'];
OpenPOWER on IntegriCloud