From 2c1f732880ebb43247bdaec73329777b99bcebf0 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Sat, 1 Sep 2012 20:49:50 +0200 Subject: use null instead of -1 on all getUser() --- lib/public/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/user.php') diff --git a/lib/public/user.php b/lib/public/user.php index 6228268d75b..327e2a77355 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($search = '', $limit = -1, $offset = 0) { + public static function getUsers($search = '', $limit = null, $offset = null) { return \OC_USER::getUsers(); } -- cgit v1.2.3