summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-06-30 19:49:47 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-30 19:49:47 -0300
commit3337063da2fcaa9494c1813bbd1147816ab44880 (patch)
treee1b64dee3338726c6566931dbb658a8771dfc9a9 /usr/local
parent7e3e8416ecd553e4b3516529131d609ba6ee54dd (diff)
downloadpfsense-3337063da2fcaa9494c1813bbd1147816ab44880.zip
pfsense-3337063da2fcaa9494c1813bbd1147816ab44880.tar.gz
Review firewall_aliases_edit.php - part 2
Diffstat (limited to 'usr/local')
-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 43a8f4e..7e67c4d 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -259,7 +259,7 @@ if ($_POST) {
if (!is_ipaddr($_POST["address{$x}"])
&& !is_hostname($_POST["address{$x}"])
&& !is_iprange($_POST["address{$x}"]))
- $input_errors[] = sprintf(gettext("%s is not a valid %s alias."), $_POST["address{$x}"], $_POST['type'];
+ $input_errors[] = sprintf(gettext("%s is not a valid %s alias."), $_POST["address{$x}"], $_POST['type']);
}
if (is_iprange($_POST["address{$x}"])) {
list($startip, $endip) = explode('-', $_POST["address{$x}"]);
OpenPOWER on IntegriCloud