summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-14 09:22:08 -0200
committerRenato Botelho <renato@netgate.com>2016-01-14 09:22:08 -0200
commit08e1566a0646005dee20bda39bbc2a204a8e1b54 (patch)
tree27c9f7f5a32313f4df2a7d2daf34cfe8a4ce682b /src
parentedb85ffde3ed57f5b191e34e501ef3b4f02e9f50 (diff)
parent5242ec2420fa05e1dd26261eddb7fa9857171f7e (diff)
downloadpfsense-08e1566a0646005dee20bda39bbc2a204a8e1b54.zip
pfsense-08e1566a0646005dee20bda39bbc2a204a8e1b54.tar.gz
Merge pull request #2434 from NewEraCracker/master
Diffstat (limited to 'src')
-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 bdc00b9..4d5c865 100644
--- a/src/usr/local/www/firewall_nat_1to1_edit.php
+++ b/src/usr/local/www/firewall_nat_1to1_edit.php
@@ -373,7 +373,7 @@ function dsttype_selected() {
$sel = is_specialnet($pconfig['dst']);
- if (empty($pconfig['dst'] || $pconfig['dst'] == "any")) {
+ if (empty($pconfig['dst']) || $pconfig['dst'] == "any") {
return('any');
}
OpenPOWER on IntegriCloud