summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-10 14:21:02 -0200
committerRenato Botelho <renato@netgate.com>2017-02-10 14:21:02 -0200
commitc620a9bbd400ed846f5b084922bae62fc9296e03 (patch)
treed5819d30e7b2eb05081fb86b509aad776076dc79
parent2c391a2320954f81f5048de0b222db85d2e989c2 (diff)
downloadpfsense-c620a9bbd400ed846f5b084922bae62fc9296e03.zip
pfsense-c620a9bbd400ed846f5b084922bae62fc9296e03.tar.gz
Mark missing parameter as required. It got lost during backport from master as spotted by @phil-davis
-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 4ed1721..bad45a5 100644
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -687,7 +687,7 @@ $section = new Form_Section('Properties');
$section->addInput(new Form_Input(
'name',
- 'Name',
+ '*Name',
'text',
$pconfig['name']
))->setPattern('[a-zA-Z0-9_]+')->setHelp('The name of the alias may only consist '.
OpenPOWER on IntegriCloud