diff options
author | awjrichards <arichards@wikimedia.org> | 2012-06-02 08:43:04 -0700 |
---|---|---|
committer | awjrichards <arichards@wikimedia.org> | 2012-06-02 08:43:04 -0700 |
commit | ee0d3d330f76b97c451c168dc9b052ee84609b5b (patch) | |
tree | dc06c32ebd4db07e98a4e498b53feeb65f2e3b10 /includes/api/ApiQueryAllUsers.php | |
parent | 7e6cd60977e92c64f0a5a1f802b986d29b468229 (diff) | |
download | mediawikicore-ee0d3d330f76b97c451c168dc9b052ee84609b5b.tar.gz mediawikicore-ee0d3d330f76b97c451c168dc9b052ee84609b5b.zip |
Revert to arbitrarily old point before initial remote branch creation to help clean up
Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
Diffstat (limited to 'includes/api/ApiQueryAllUsers.php')
-rw-r--r-- | includes/api/ApiQueryAllUsers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index e110e6770b02..c84746dadcf7 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) (does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed)', + 'rights' => 'Limit users to given right(s)', 'prop' => array( 'What pieces of information to include.', ' blockinfo - Adds the information about a current block on the user', |