[Pkg-owncloud-commits] [owncloud] 25/32: fix after rebase
David Prévot
taffit at moszumanska.debian.org
Wed Apr 23 18:59:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 0a9487ec801c640bfdb59c037b4ca3f4ea95fe0a
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Apr 23 13:55:21 2014 +0200
fix after rebase
---
lib/private/group/group.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/private/group/group.php b/lib/private/group/group.php
index 851eb58..ae8eeac 100644
--- a/lib/private/group/group.php
+++ b/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);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list