mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
parent
b1c513f000
commit
4163a5efad
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo
|
|||
while ($count < 15 && count($users) == $limit) {
|
||||
$limit = 15 - $count;
|
||||
if ($shareWithinGroupOnly) {
|
||||
$users = OC_Group::DisplayNamesInGroups($usergroups, (string)$_GET['search'], $limit, $offset);
|
||||
$users = OC_Group::displayNamesInGroups($usergroups, (string)$_GET['search'], $limit, $offset);
|
||||
} else {
|
||||
$users = OC_User::getDisplayNames((string)$_GET['search'], $limit, $offset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue