mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 06:50:55 -05:00
Make sure the recursive result is returned :-X
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c5560117da
commit
d4771be2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue