summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-14 21:33:27 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-14 21:33:27 +0545
commit4191b1b680c9c87e5c752579389927a9c6038d41 (patch)
treebbce95bb73d4b0b422ccbbc184b7c165e5a8c292 /src/usr/local/www/firewall_nat_1to1_edit.php
parent52ec3f665b7e7b046ff482fd2b65f5dd8b24ad1b (diff)
downloadpfsense-4191b1b680c9c87e5c752579389927a9c6038d41.zip
pfsense-4191b1b680c9c87e5c752579389927a9c6038d41.tar.gz
Fix array key typo in firewall_nat_1to1_edit
This just looks wrong.
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1_edit.php b/src/usr/local/www/firewall_nat_1to1_edit.php
index 8788280..5b4acfc 100644
--- a/src/usr/local/www/firewall_nat_1to1_edit.php
+++ b/src/usr/local/www/firewall_nat_1to1_edit.php
@@ -460,7 +460,7 @@ $group->add(new Form_Checkbox(
'dstnot',
null,
'Not',
- $pconfig['srcnot']
+ $pconfig['dstnot']
))->setHelp('Invert the sense of the match.');
$group->add(new Form_Select(
OpenPOWER on IntegriCloud