summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/app.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-04-16 15:04:10 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-04-16 15:09:38 +0200
commit320fde9eec72e958df81da33678e7306fc1d6e96 (patch)
tree80dcea59a0f49e3d4c60667dbe7c32a5de0feed1 /apps/user_ldap/appinfo/app.php
parent899c7631d53605ec40ef4dcaf049edef56d7ce3e (diff)
downloadnextcloud-server-320fde9eec72e958df81da33678e7306fc1d6e96.tar.gz
nextcloud-server-320fde9eec72e958df81da33678e7306fc1d6e96.zip
OC_Group does expect object, not string
Diffstat (limited to 'apps/user_ldap/appinfo/app.php')
-rw-r--r--apps/user_ldap/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php
index 4e4da56f054..113c8d6b7bb 100644
--- a/apps/user_ldap/appinfo/app.php
+++ b/apps/user_ldap/appinfo/app.php
@@ -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(