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/public/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public') diff --git a/lib/public/user.php b/lib/public/user.php index 713e366b968..178d1dddd36 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(){ + public static function getUsers($search = '', $limit = 10, $offset = 0) { return \OC_USER::getUsers(); } -- cgit v1.2.3