summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_import.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2014-01-05 18:43:01 -0800
committerPhil Davis <phil.davis@world.inf.org>2014-01-05 18:43:01 -0800
commit3b4e695224ae1b98f6205596f0550c09cf576458 (patch)
tree9b5edc916af854f4110b9d1626e375bf1051112d /usr/local/www/firewall_aliases_import.php
parent8c470066aab62606947e67815feb73dcd7c4565b (diff)
downloadpfsense-3b4e695224ae1b98f6205596f0550c09cf576458.zip
pfsense-3b4e695224ae1b98f6205596f0550c09cf576458.tar.gz
Bulk Import: fix copy-paste var name error
Diffstat (limited to 'usr/local/www/firewall_aliases_import.php')
-rwxr-xr-xusr/local/www/firewall_aliases_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_import.php b/usr/local/www/firewall_aliases_import.php
index a5dcea3..3b95edf 100755
--- a/usr/local/www/firewall_aliases_import.php
+++ b/usr/local/www/firewall_aliases_import.php
@@ -118,7 +118,7 @@ if($_POST['aliasimport'] <> "") {
/* Note: The 200 character limit is just a practical check to avoid accidents */
/* if the user pastes a large number of IP addresses without line breaks. */
$input_errors[] = gettext("Descriptions must be less than 200 characters long.");
- $desc_fmt_err_found = true;
+ $desc_len_err_found = true;
}
}
}
OpenPOWER on IntegriCloud