whitespace
This commit is contained in:
parent
72c293e834
commit
b5dc8b9ca3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Group_Proxy extends lib\Proxy implements \OCP\GroupInterface {
|
|||
$displayNames = array();
|
||||
|
||||
foreach($this->backends as $backend) {
|
||||
$backendUsers = $backend->displayNamesInGroup($gid, $search, $limit, $offset);
|
||||
$backendUsers = $backend->displayNamesInGroup($gid, $search, $limit, $offset);
|
||||
if (is_array($backendUsers)) {
|
||||
$displayNames = array_merge($displayNames, $backendUsers);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue