mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
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;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user