Make sure the recursive result is returned :-X

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-03-28 09:27:05 +01:00
parent c5560117da
commit d4771be2c0
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class Manager implements IManager {
$result->closeCursor();
if (empty($collections) && $foundResults === $limit) {
$this->searchCollections($user, $filter, $limit, $start + $limit);
return $this->searchCollections($user, $filter, $limit, $start + $limit);
}
return $collections;