]> source.dussan.org Git - nextcloud-server.git/commitdiff
OC_Group does expect object, not string
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Apr 2012 13:04:10 +0000 (15:04 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 16 Apr 2012 13:09:38 +0000 (15:09 +0200)
apps/user_ldap/appinfo/app.php

index 4e4da56f05457adc3faa605cd3df1c9f03dcc7c0..113c8d6b7bb459f2b17af5c7a87e3a6cd48d4de4 100644 (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(