From: Arthur Schiwon Date: Wed, 3 Apr 2013 15:52:34 +0000 (+0200) Subject: Typo, fixes #2690 X-Git-Tag: v6.0.0alpha2~968^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d44b649d2abf1aa9ca55396a0bb0511575e73d92;p=nextcloud-server.git Typo, fixes #2690 --- diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index ca5b3a35e5a..432ddd215db 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -181,7 +181,7 @@ class GROUP_LDAP extends lib\Access implements \OCP\GroupInterface { //we got uids, need to get their DNs to 'tranlsate' them to usernames $filter = $this->combineFilterWithAnd(array( \OCP\Util::mb_str_replace('%uid', $member, - $this->connection>ldapLoginFilter, 'UTF-8'), + $this->connection->ldapLoginFilter, 'UTF-8'), $this->getFilterPartForUserSearch($search) )); $ldap_users = $this->fetchListOfUsers($filter, 'dn');