diff options
Diffstat (limited to 'settings/users.php')
-rw-r--r-- | settings/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/users.php b/settings/users.php index 347cad21a2b..fe20b0e84f0 100644 --- a/settings/users.php +++ b/settings/users.php @@ -46,8 +46,8 @@ $sortGroupsBy = \OC\Group\MetaData::SORT_USERCOUNT; if (\OC_App::isEnabled('user_ldap')) { $isLDAPUsed = - $groupManager->isBackendUsed('\OCA\user_ldap\GROUP_LDAP') - || $groupManager->isBackendUsed('\OCA\user_ldap\Group_Proxy'); + $groupManager->isBackendUsed('\OCA\User_LDAP\Group_LDAP') + || $groupManager->isBackendUsed('\OCA\User_LDAP\Group_Proxy'); if ($isLDAPUsed) { // LDAP user count can be slow, so we sort by group name here $sortGroupsBy = \OC\Group\MetaData::SORT_GROUPNAME; |