summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-01 13:25:12 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-01 13:25:47 -0400
commit8604fe09f72f8b162c1e402f2c901299e42f4d12 (patch)
tree1984cc7c9c1ad791fd170cf06c78e84bee4e1ba5 /src/usr/local/www/firewall_nat_edit.php
parent7ce3df0c8d1b789cc85de7f712d1ac51d4645fe5 (diff)
downloadpfsense-8604fe09f72f8b162c1e402f2c901299e42f4d12.zip
pfsense-8604fe09f72f8b162c1e402f2c901299e42f4d12.tar.gz
Fixed #5012
Corrected value name
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index 2b15c80..a75be46 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -850,7 +850,7 @@ $group->add(new Form_Input(
'localbeginport_cust',
null,
'number',
- $pconfig['localbeginport_cust'],
+ $pconfig['localbeginport'],
['min' => '1', 'max' => '65536']
))->setHelp('Custom');
OpenPOWER on IntegriCloud