mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
parent
c3fe14a205
commit
7403c67893
@ -83,7 +83,7 @@ abstract class ObjectList implements Countable, IteratorAggregate, Filterable
|
||||
public function getFilter()
|
||||
{
|
||||
if ($this->filter === null) {
|
||||
$this->filter = Filter::matchAny();
|
||||
$this->filter = Filter::matchAll();
|
||||
}
|
||||
|
||||
return $this->filter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user