summaryrefslogtreecommitdiffstats
path: root/lib/group/backend.php
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/group/backend.php
parent9d2ae5fa1f2feed1c3907747b3bccd1193cb2981 (diff)
downloadnextcloud-server-874f31b8d773cc0df3572c275d1ac42642a7f719.tar.gz
nextcloud-server-874f31b8d773cc0df3572c275d1ac42642a7f719.zip
Make getting all users and groups the default
Diffstat (limited to 'lib/group/backend.php')
-rw-r--r--lib/group/backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group/backend.php b/lib/group/backend.php
index 3f2909caa15..7a7cebc726f 100644
--- a/lib/group/backend.php
+++ b/lib/group/backend.php
@@ -105,7 +105,7 @@ abstract class OC_Group_Backend implements OC_Group_Interface {
*
* Returns a list with all groups
*/
- public function getGroups($search = '', $limit = 10, $offset = 0) {
+ public function getGroups($search = '', $limit = -1, $offset = 0) {
return array();
}