Merge pull request #2694 from owncloud/fix_2690

Typo, fixes #2690
This commit is contained in:
Bernhard Posselt 2013-04-03 10:23:34 -07:00
commit 40627a05a8
1 changed files with 1 additions and 1 deletions

View File

@ -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');