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