FilterQueryString: fix typo
This commit is contained in:
parent
7ae6e537d1
commit
7f5962dfae
|
@ -155,7 +155,7 @@ class FilterQueryString
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($op === null && count($filters > 0) && ($next === '&' || $next === '|')) {
|
if ($op === null && count($filters) > 0 && ($next === '&' || $next === '|')) {
|
||||||
$op = $next;
|
$op = $next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue