aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-11 16:06:31 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-11 16:25:27 -0400
commit874f31b8d773cc0df3572c275d1ac42642a7f719 (patch)
tree89db1284bdd10cf570ec017a215c4ec273150e91 /lib/public
parent9d2ae5fa1f2feed1c3907747b3bccd1193cb2981 (diff)
downloadnextcloud-server-874f31b8d773cc0df3572c275d1ac42642a7f719.tar.gz
nextcloud-server-874f31b8d773cc0df3572c275d1ac42642a7f719.zip
Make getting all users and groups the default
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/user.php b/lib/public/user.php
index 178d1dddd36..2fa599488a7 100644
--- a/lib/public/user.php
+++ b/lib/public/user.php
@@ -51,7 +51,7 @@ class 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) {
return \OC_USER::getUsers();
}