summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-10 14:16:36 -0200
committerRenato Botelho <renato@netgate.com>2017-02-10 14:16:36 -0200
commite2d1352e399e02b070a1242b05b223cb2952d540 (patch)
treeb331503f762c7415b6330df09be255e97f65bb6b
parenta166a21265eeef61eff00b53b5ca389f9ec51518 (diff)
parent8ea10c11441b5aed0b10eb14038aa8f8adbfb3de (diff)
downloadpfsense-e2d1352e399e02b070a1242b05b223cb2952d540.zip
pfsense-e2d1352e399e02b070a1242b05b223cb2952d540.tar.gz
Merge pull request #3523 from phil-davis/patch-2
-rw-r--r--src/usr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_aliases_edit.php b/src/usr/local/www/firewall_aliases_edit.php
index cfe3de3..1e8b468 100644
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -674,7 +674,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'type',
- 'Type',
+ '*Type',
isset($pconfig['type']) ? $pconfig['type'] : $tab,
$types
));
OpenPOWER on IntegriCloud