From: Arthur Schiwon Date: Mon, 16 Apr 2012 09:47:36 +0000 (+0200) Subject: a string be a string X-Git-Tag: v4.0.0beta~272 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02f4e78f3eb5166ea1ae806a9aba77e35f2524a4;p=nextcloud-server.git a string be a string --- 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;