summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-10 21:14:05 +0000
committerErmal <eri@pfsense.org>2010-08-10 21:14:05 +0000
commitfd9ba7c09f01aaa1ae50bc15e918c05b024f4f36 (patch)
tree75b741fc8022ec6d38664f24f0295ed552c3a9da /usr/local/www/firewall_rules_edit.php
parent79b7f49845b0b7efebd9fbc1cbb84456d6a47b93 (diff)
downloadpfsense-fd9ba7c09f01aaa1ae50bc15e918c05b024f4f36.zip
pfsense-fd9ba7c09f01aaa1ae50bc15e918c05b024f4f36.tar.gz
Fixes #817. Tags/Marks can be used even outside floating rules.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 26ce56a..d722c01 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -413,11 +413,11 @@ if ($_POST) {
}
}
+ if (isset($_POST['tag']))
+ $filterent['tag'] = $_POST['tag'];
+ if (isset($_POST['tagged']))
+ $filterent['tagged'] = $_POST['tagged'];
if ($if == "FloatingRules" || isset($_POST['floating'])) {
- if (isset($_POST['tag']))
- $filterent['tag'] = $_POST['tag'];
- if (isset($_POST['tagged']))
- $filterent['tagged'] = $_POST['tagged'];
$filterent['direction'] = $_POST['direction'];
if (isset($_POST['quick']) && $_POST['quick'] <> "")
$filterent['quick'] = $_POST['quick'];
OpenPOWER on IntegriCloud