diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-11 16:06:31 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-11 16:25:27 -0400 |
commit | 874f31b8d773cc0df3572c275d1ac42642a7f719 (patch) | |
tree | 89db1284bdd10cf570ec017a215c4ec273150e91 /lib/user/interface.php | |
parent | 9d2ae5fa1f2feed1c3907747b3bccd1193cb2981 (diff) | |
download | nextcloud-server-874f31b8d773cc0df3572c275d1ac42642a7f719.tar.gz nextcloud-server-874f31b8d773cc0df3572c275d1ac42642a7f719.zip |
Make getting all users and groups the default
Diffstat (limited to 'lib/user/interface.php')
-rw-r--r-- | lib/user/interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user/interface.php b/lib/user/interface.php index b3286cd2f9e..a4903898fb1 100644 --- a/lib/user/interface.php +++ b/lib/user/interface.php @@ -48,7 +48,7 @@ interface OC_User_Interface { * * Get a list of all users. */ - public function getUsers($search = '', $limit = 10, $offset = 0); + public function getUsers($search = '', $limit = -1, $offset = 0); /** * @brief check if a user exists |