mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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;
|
$op = $next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user