fix method name due to changes in master

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/4489/head
Arthur Schiwon 9 years ago
parent b1d646640a
commit 685faad5ca
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
  1. 2
      apps/user_ldap/lib/Group_LDAP.php

@ -385,7 +385,7 @@ class Group_LDAP extends BackendUtility implements \OCP\GroupInterface {
$limit,
$offset
);
return $this->access->ownCloudUserNames($users);
return $this->access->nextcloudUserNames($users);
} catch (\Exception $e) {
return [];
}

Loading…
Cancel
Save