OC_Group does expect object, not string
This commit is contained in:
parent
899c7631d5
commit
320fde9eec
|
@ -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 New Issue