OC_Group does expect object, not string

This commit is contained in:
Arthur Schiwon 2012-04-16 15:04:10 +02:00
parent 899c7631d5
commit 320fde9eec
1 changed files with 1 additions and 1 deletions

View File

@ -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(