|
|
|
@ -133,7 +133,7 @@ class UsersController extends Controller { |
|
|
|
if($gid !== '') { |
|
|
|
$batch = $this->getUsersForUID($this->groupManager->displayNamesInGroup($gid, $pattern, $limit, $offset)); |
|
|
|
} else { |
|
|
|
$batch = $this->userManager->search(''); |
|
|
|
$batch = $this->userManager->search('', $limit, $offset); |
|
|
|
} |
|
|
|
|
|
|
|
foreach ($batch as $user) { |
|
|
|
|