mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
f0f2835708
commit
f84057fd83
@ -61,7 +61,7 @@ class DocSearchIterator extends RecursiveFilterIterator
|
|||||||
}
|
}
|
||||||
if (! empty($matches)) {
|
if (! empty($matches)) {
|
||||||
$this->matches = $matches;
|
$this->matches = $matches;
|
||||||
return $this;
|
return true;
|
||||||
}
|
}
|
||||||
if ($section->hasChildren()) {
|
if ($section->hasChildren()) {
|
||||||
$this->matches = null;
|
$this->matches = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user