We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c7d26 commit f50ea28Copy full SHA for f50ea28
public_html/lists/admin/index.php
@@ -540,7 +540,7 @@ function mb_strtolower($string)
540
if ($updateNotif !== '') {
541
Info($updateNotif . '' . $moreInfo);
542
}
543
-
+
544
# }
545
546
if (version_compare(PHP_VERSION, '5.3.3', '<') && WARN_ABOUT_PHP_SETTINGS) {
@@ -854,6 +854,9 @@ function parseCline()
854
$clinearg = substr($clinearg, 2, strlen($clinearg));
855
// $res[$par] = "";
856
$cur = mb_strtolower($par);
857
+ if (!isset($res[$cur])) {
858
+ $res[$cur] = '';
859
+ }
860
$res[$cur] .= $clinearg;
861
} elseif ($cur) {
862
if ($res[$cur]) {
0 commit comments