summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-23 08:45:42 +0545
committerjim-p <jimp@pfsense.org>2017-01-23 09:16:54 -0500
commit34891a27425b5cbf0088171071989a781a2c4b0d (patch)
tree6c04c19710419ad42d0f0f9a529bb313a5824cf3 /src/usr
parent0be9d722226790674bd35c8087286442e5766232 (diff)
downloadpfsense-34891a27425b5cbf0088171071989a781a2c4b0d.zip
pfsense-34891a27425b5cbf0088171071989a781a2c4b0d.tar.gz
firewal_nat_edit function name typo
This unrelated fix is in a big diff listing of other stuff related to a proposed RADIUS enhancement https://github.com/pfsense/pfsense/pull/3407/files#diff-f080be89fa12ff3c28d7467b12985d09 The accidental typo should be fixed, rather than getting stuck in that other PR.
Diffstat (limited to 'src/usr')
-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 c1cc5b8..3833a1d 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -1111,7 +1111,7 @@ events.push(function() {
disableInput('localbeginport', true);
disableInput('localbeginport_cust', true);
disableInput('dstendport_cust', false);
- ddisableInput('localbeginport', false);
+ disableInput('localbeginport', false);
disableInput('localbeginport_cust', false);
}
OpenPOWER on IntegriCloud