diff --git a/public_html/lists/admin/index.php b/public_html/lists/admin/index.php index d0bf7fdef..1491e9409 100644 --- a/public_html/lists/admin/index.php +++ b/public_html/lists/admin/index.php @@ -540,7 +540,7 @@ function mb_strtolower($string) if ($updateNotif !== '') { Info($updateNotif . '' . $moreInfo); } - + # } if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) { @@ -854,6 +854,9 @@ function parseCline() $clinearg = substr($clinearg, 2, strlen($clinearg)); // $res[$par] = ""; $cur = mb_strtolower($par); + if (!isset($res[$cur])) { + $res[$cur] = ''; + } $res[$cur] .= $clinearg; } elseif ($cur) { if ($res[$cur]) {