diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-02-07 12:12:16 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-02-07 12:12:16 +0100 |
commit | 81031984a6714feffc8b1a8e523988ab83f56515 (patch) | |
tree | b2ef7f5353f75e458f942083fabd62e19b1e2002 /lib/public/user.php | |
parent | 2a6a9a8cefcf68f48d95e124db0c1b7edc9fe356 (diff) | |
download | nextcloud-server-81031984a6714feffc8b1a8e523988ab83f56515.tar.gz nextcloud-server-81031984a6714feffc8b1a8e523988ab83f56515.zip |
remove duplicate param lines for OCP\User::getUsers()
Diffstat (limited to 'lib/public/user.php')
-rw-r--r-- | lib/public/user.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/user.php b/lib/public/user.php index 3f98a636a01..ee8db3a100a 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -46,8 +46,6 @@ class User { /** * Get a list of all users * @param string search pattern - * @param int limit - * @param int offset * @param integer $limit * @param integer $offset * @return array with all uids |