mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix a slight bug. This would have caused an empty description in some cases.
This commit is contained in:
parent
101ce09aee
commit
800ae4122c
@ -221,7 +221,7 @@ if ($_POST) {
|
||||
$wrongaliases = "";
|
||||
for($x=0; $x<4999; $x++) {
|
||||
if($_POST["address{$x}"] <> "") {
|
||||
$count = 0;
|
||||
$count = 1;
|
||||
if ($isfirst > 0)
|
||||
$address .= " ";
|
||||
if (is_iprange($_POST["address{$x}"])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user