Skip to content

Commit a9dfb7a

Browse files
committed
Merge branch 'master' of https://github.com/phpList/phplist3 into release-3.5.9
New PR is included
2 parents d94bd1a + f50ea28 commit a9dfb7a

File tree

3 files changed

+237
-221
lines changed

3 files changed

+237
-221
lines changed

public_html/lists/admin/index.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function mb_strtolower($string)
540540
if ($updateNotif !== '') {
541541
Info($updateNotif . '' . $moreInfo);
542542
}
543-
543+
544544
# }
545545

546546
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
@@ -854,6 +854,9 @@ function parseCline()
854854
$clinearg = substr($clinearg, 2, strlen($clinearg));
855855
// $res[$par] = "";
856856
$cur = mb_strtolower($par);
857+
if (!isset($res[$cur])) {
858+
$res[$cur] = '';
859+
}
857860
$res[$cur] .= $clinearg;
858861
} elseif ($cur) {
859862
if ($res[$cur]) {

0 commit comments

Comments
 (0)