]> source.dussan.org Git - nextcloud-server.git/commitdiff
Typo, fixes #2690
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 3 Apr 2013 15:52:34 +0000 (17:52 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Wed, 3 Apr 2013 15:52:34 +0000 (17:52 +0200)
apps/user_ldap/group_ldap.php

index ca5b3a35e5a0021b95bdfe9f83768a224daa9d77..432ddd215db6e1d4dcaeaccfefb70fa66c9c4c34 100644 (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');