filters intersection works well

This commit is contained in:
lenovo
2022-11-14 01:26:21 +01:00
parent 5596c5e954
commit 38beda1e80
7 changed files with 137 additions and 78 deletions

View File

@@ -11,7 +11,7 @@ function mp_url_api() {
foreach ($mp_url as $url_key => $url_value) {
if ($url_key === 'src') {
$mp_src .= $url_value;
if (count($mp_url > 1))
if (count($mp_url) > 1)
$mp_src .= "?";
}
else