From 8d1eb674ec37651aa8b67eec51de6a9f08523fd9 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Mon, 30 Jul 2012 20:20:46 -0400 Subject: Add search, limit, and offset parameters to getUsers() and getGroups() --- lib/group/backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/group/backend.php') diff --git a/lib/group/backend.php b/lib/group/backend.php index ebc078f152a..3f2909caa15 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(){ + public function getGroups($search = '', $limit = 10, $offset = 0) { return array(); } -- cgit v1.2.3