From 685faad5ca437895e035cfe9583e1978e6ddedba Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 25 Apr 2017 13:03:08 +0200 Subject: [PATCH] fix method name due to changes in master Signed-off-by: Arthur Schiwon --- apps/user_ldap/lib/Group_LDAP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php index 17b64dbedcf..5a209a3317e 100644 --- a/apps/user_ldap/lib/Group_LDAP.php +++ b/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 []; }