fix after rebase

remotes/origin/stable6
Arthur Schiwon 12 years ago
parent fcffccf018
commit 0a9487ec80
  1. 1
      lib/private/group/group.php

@ -181,7 +181,6 @@ class Group {
public function searchDisplayName($search, $limit = null, $offset = null) {
foreach ($this->backends as $backend) {
$userIds = $backend->usersInGroup($this->gid, $search, $limit, $offset);
}
$users = $this->getVerifiedUsers($userIds);
if (!is_null($limit) and $limit <= 0) {
return array_values($users);

Loading…
Cancel
Save