summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-3.local>2009-12-13 16:34:26 -0500
committerChris Buechler <cmb@cmb-macbook-pro-3.local>2009-12-13 16:34:26 -0500
commit55ec57b94712a0381918cb36480a283436a8c793 (patch)
treef9c1e54c3dd5193c691c17fce8f5a642c99c02cd /usr
parent66772edcaeff18a815a4496233e7279e95b54db8 (diff)
downloadpfsense-55ec57b94712a0381918cb36480a283436a8c793.zip
pfsense-55ec57b94712a0381918cb36480a283436a8c793.tar.gz
link to correct associated firewall rule
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 4f5045c..af5d6d0 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -476,7 +476,7 @@ include("fbegin.inc"); ?>
foreach( $config['filter']['rule'] as $index => $filter_rule ) {
if( $filter_rule['id']==$pconfig['associated-filter-rule-id'] ) {
?>
- <a href="firewall_rules_edit.php?id=<?=$index;?>">View the filter rule</a>
+ <a href="firewall_rules_edit.php?id=<?=$filter_rule['id'];?>">View the filter rule</a>
<?php
break;
}
OpenPOWER on IntegriCloud