summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-24 07:34:11 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-24 07:34:11 +0000
commitd6c9ab97829b319f7393c9573b3bec1214ed036f (patch)
tree5bda866c1e0300c0931efc54d4e588512966e2c3 /usr
parent703d743d698a4acc6e1092aaa5e636efac376021 (diff)
downloadpfsense-d6c9ab97829b319f7393c9573b3bec1214ed036f.zip
pfsense-d6c9ab97829b319f7393c9573b3bec1214ed036f.tar.gz
Fix typo
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index d99e368..2bc8deb 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -55,7 +55,7 @@ function alias_same_type($name, $type) {
foreach ($config['aliases']['alias'] as $alias) {
if ($name == $alias['name']) {
- if (in_array($type, array("host", network")) &&
+ if (in_array($type, array("host", "network")) &&
in_array($alias['type'], array("host", "network")))
return true;
if ($type == $alias['type'])
OpenPOWER on IntegriCloud