summaryrefslogtreecommitdiffstats
path: root/lib/group/example.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/example.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/example.php')
-rw-r--r--lib/group/example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/group/example.php b/lib/group/example.php
index 9c9ece5ac77..c33b435ca05 100644
--- a/lib/group/example.php
+++ b/lib/group/example.php
@@ -91,7 +91,7 @@ abstract class OC_Group_Example {
*
* Returns a list with all groups
*/
- abstract public static function getGroups();
+ abstract public static function getGroups($search = '', $limit = -1, $offset = 0);
/**
* check if a group exists