Skip to content
Snippets Groups Projects
Commit 4f1b3631 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Change limit parameter in OC_User as well

parent 400533af
Branches
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ class OC_User {
*
* Get a list of all users.
*/
public static function getUsers($search = '', $limit = 10, $offset = 0) {
public static function getUsers($search = '', $limit = -1, $offset = 0) {
$users = array();
foreach (self::$_usedBackends as $backend) {
$backendUsers = $backend->getUsers($search, $limit, $offset);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment