summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-01-05 23:31:29 -0800
committerErmal Luçi <eri@pfsense.org>2014-01-05 23:31:29 -0800
commit7ad4b9b70bdcb9b438792f7a6954bbdd416aa2e6 (patch)
tree9b5edc916af854f4110b9d1626e375bf1051112d /usr/local
parentb760fd31536e73c0e2f67b99299b92d366b3e92e (diff)
parent3b4e695224ae1b98f6205596f0550c09cf576458 (diff)
downloadpfsense-7ad4b9b70bdcb9b438792f7a6954bbdd416aa2e6.zip
pfsense-7ad4b9b70bdcb9b438792f7a6954bbdd416aa2e6.tar.gz
Merge pull request #878 from phil-davis/master
Bulk Import: fix copy-paste var name error
Diffstat (limited to 'usr/local')
-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