From: Hoo man Date: Sun, 27 May 2012 12:37:19 +0000 (+0200) Subject: Fixed the API doc. for aurights (list=allusers) X-Git-Tag: 1.31.0-rc.0~23477 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=932774a5e260941df52e9742d0b623305fccebda;p=lhc%2Fweb%2Fwiklou.git Fixed the API doc. for aurights (list=allusers) Listings with aurights can't show users with rights which are granted by implicit or auto-promoted groups like *, user, or autoconfirmed. This is my first commit, btw. Change-Id: I083eb977393729961317d0f3cf9f7cfaa50fde51 --- diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index c84746dadc..e110e6770b 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -361,7 +361,7 @@ class ApiQueryAllUsers extends ApiQueryBase { 'dir' => 'Direction to sort in', 'group' => 'Limit users to given group name(s)', 'excludegroup' => 'Exclude users in given group name(s)', - 'rights' => 'Limit users to given right(s)', + 'rights' => 'Limit users to given right(s) (does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed)', 'prop' => array( 'What pieces of information to include.', ' blockinfo - Adds the information about a current block on the user',