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…
Reference in New Issue