summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-23 08:45:42 +0545
committerRenato Botelho <renato@netgate.com>2017-01-23 18:11:44 -0200
commit895ab5ce5bc8b02573fe5e923bdca6500116f21d (patch)
tree6c0d9a04586b0b27d73d825662bfe9b5ce41a21f /src/usr
parent31fa91214ac45fddd3123372d3158cb8350c742a (diff)
downloadpfsense-895ab5ce5bc8b02573fe5e923bdca6500116f21d.zip
pfsense-895ab5ce5bc8b02573fe5e923bdca6500116f21d.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. (cherry picked from commit ada9b6bc1f7ab135bbc806b0e064dcbfbaa88c56)
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 1942fbf..4ea26ea 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -1143,7 +1143,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