Skip to content
Snippets Groups Projects
Commit 40627a05 authored by Bernhard Posselt's avatar Bernhard Posselt
Browse files

Merge pull request #2694 from owncloud/fix_2690

Typo, fixes #2690
parents 7eef6436 d44b649d
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment