summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <ermal.luci@gmail.com>2012-07-22 05:33:03 -0700
committerErmal Luçi <ermal.luci@gmail.com>2012-07-22 05:33:03 -0700
commit2830a0e738d26f2a48f0c79c60b20f0cd485d0fc (patch)
tree13f73509c1fbe650ef86bcafa264096b61fe9867 /usr
parent3cd2ea2c5c7a5bd98ce0efc8de5f568d3226c8ea (diff)
parentdd760cfc67e711273f3f38a51c0f430207ea8d7f (diff)
downloadpfsense-2830a0e738d26f2a48f0c79c60b20f0cd485d0fc.zip
pfsense-2830a0e738d26f2a48f0c79c60b20f0cd485d0fc.tar.gz
Merge pull request #166 from r-duran/master
Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases.
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 64b9c56..8b9df48 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -704,7 +704,7 @@ EOD;
typesel_change();
update_box_type();
- var addressarray = <?= json_encode(array_exclude($pconfig['name'], get_alias_list("port"))) ?>;
+ var addressarray = <?= json_encode(array_exclude($pconfig['name'], get_alias_list($pconfig['type']))) ?>;
function createAutoSuggest() {
<?php
OpenPOWER on IntegriCloud