From: umherirrender Date: Mon, 13 Aug 2012 07:43:51 +0000 (+0200) Subject: add 'reupload-own' right to list of available rights X-Git-Tag: 1.31.0-rc.0~22752^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=66502a6dd98eee6162766f895d496eb05d4fe969;p=lhc%2Fweb%2Fwiklou.git add 'reupload-own' right to list of available rights Follow up bug 5057, now it is shown and selectable on api (list=allusers&aurights=) and Special:GlobalGroupPermissions (from CentralAuth) Change-Id: Ic7c57c8b29a385ad9c1ad8328ee08af758e3a4f7 --- diff --git a/includes/User.php b/includes/User.php index d2ebabb124..8ae96f08f4 100644 --- a/includes/User.php +++ b/includes/User.php @@ -146,6 +146,7 @@ class User { 'purge', 'read', 'reupload', + 'reupload-own', 'reupload-shared', 'rollback', 'sendemail',