mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Make sure that the return value is an array
This commit is contained in:
parent
c07b731689
commit
69d7097a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class Manager extends PublicEmitter implements IGroupManager {
|
|||
*/
|
||||
public function getUserGroups($user) {
|
||||
if (is_null($user)) {
|
||||
return false;
|
||||
return [];
|
||||
}
|
||||
return $this->getUserIdGroups($user->getUID());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue