X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMyRedirectPages.php;h=4521a53ff9ad99278a749948f11588e29cf92424;hb=203cedd029e42bd3c55e50a9cff6f14373d8aa67;hp=850b1f635ab84a918c02d03cd01868edaad5080b;hpb=8a5b362c435a054918a2392bc9d470ff85992022;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMyRedirectPages.php b/includes/specials/SpecialMyRedirectPages.php index 850b1f635a..4521a53ff9 100644 --- a/includes/specials/SpecialMyRedirectPages.php +++ b/includes/specials/SpecialMyRedirectPages.php @@ -98,9 +98,9 @@ class SpecialMytalk extends RedirectSpecialArticle { class SpecialMycontributions extends RedirectSpecialPage { public function __construct() { parent::__construct( 'Mycontributions' ); - $this->mAllowedRedirectParams = array( 'limit', 'namespace', 'tagfilter', + $this->mAllowedRedirectParams = [ 'limit', 'namespace', 'tagfilter', 'offset', 'dir', 'year', 'month', 'feed', 'deletedOnly', - 'nsInvert', 'associated', 'newOnly', 'topOnly' ); + 'nsInvert', 'associated', 'newOnly', 'topOnly' ]; } /** @@ -130,7 +130,7 @@ class SpecialMycontributions extends RedirectSpecialPage { class SpecialMyuploads extends RedirectSpecialPage { public function __construct() { parent::__construct( 'Myuploads' ); - $this->mAllowedRedirectParams = array( 'limit', 'ilshowall', 'ilsearch' ); + $this->mAllowedRedirectParams = [ 'limit', 'ilshowall', 'ilsearch' ]; } /** @@ -160,7 +160,7 @@ class SpecialMyuploads extends RedirectSpecialPage { class SpecialAllMyUploads extends RedirectSpecialPage { public function __construct() { parent::__construct( 'AllMyUploads' ); - $this->mAllowedRedirectParams = array( 'limit', 'ilsearch' ); + $this->mAllowedRedirectParams = [ 'limit', 'ilsearch' ]; } /**