fix method name due to changes in master
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
b1d646640a
commit
685faad5ca
|
@ -385,7 +385,7 @@ class Group_LDAP extends BackendUtility implements \OCP\GroupInterface {
|
||||||
$limit,
|
$limit,
|
||||||
$offset
|
$offset
|
||||||
);
|
);
|
||||||
return $this->access->ownCloudUserNames($users);
|
return $this->access->nextcloudUserNames($users);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue