mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
OC_Group does expect object, not string
This commit is contained in:
parent
899c7631d5
commit
320fde9eec
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ define('OC_USER_BACKEND_LDAP_DEFAULT_DISPLAY_NAME', 'uid');
|
|||
|
||||
// register user backend
|
||||
OC_User::useBackend( 'LDAP' );
|
||||
OC_Group::useBackend( 'LDAP' );
|
||||
OC_Group::useBackend( new OC_GROUP_LDAP() );
|
||||
|
||||
// add settings page to navigation
|
||||
$entry = array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue