summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-04-16 11:47:36 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-04-16 15:09:38 +0200
commit02f4e78f3eb5166ea1ae806a9aba77e35f2524a4 (patch)
tree209fe972d35b6aca9aee4a8d14673bf9b76c94f0 /apps/user_ldap
parentc3187e938889d8e025532e206ff41f1da7a2dcdb (diff)
downloadnextcloud-server-02f4e78f3eb5166ea1ae806a9aba77e35f2524a4.tar.gz
nextcloud-server-02f4e78f3eb5166ea1ae806a9aba77e35f2524a4.zip
a string be a string
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib_ldap.php b/apps/user_ldap/lib_ldap.php
index 5188ef94026..417a4719f02 100644
--- a/apps/user_ldap/lib_ldap.php
+++ b/apps/user_ldap/lib_ldap.php
@@ -21,7 +21,7 @@
*
*/
-define(LDAP_GROUP_MEMBER_ASSOC_ATTR,'memberUid');
+define('LDAP_GROUP_MEMBER_ASSOC_ATTR','memberUid');
class OC_LDAP {
static protected $ldapConnectionRes = false;