From 4633edc26dec188220a19bb03dc4e188e16acbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Fri, 18 Jan 2008 17:51:50 +0000 Subject: Fix an error with previous commit. --- usr/local/www/firewall_rules_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 998ea07..378c943 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -77,7 +77,7 @@ if (isset($id) && $a_filter[$id]) { else $pconfig['type'] = $a_filter[$id]['type']; - if (isset($a_filter[$id]['floating']) || $if == "GeneralRuleS") { + if (isset($a_filter[$id]['floating']) || $if == "FloatingRules") { $pconfig['floating'] = $a_filter[$id]['floating']; if (isset($a_filter[$id]['interface']) && $a_filter[$id]['interface'] <> "") $pconfig['interface'] = $a_filter[$id]['interface']; @@ -478,7 +478,7 @@ include("head.inc"); Interface - + -- cgit v1.1