X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMyRedirectPages.php;h=077fbf15470ca48212428e4bada6838fd4e12639;hb=de8ea9e67b1e8c2dc220cf38972f0ac5d1269971;hp=4521a53ff9ad99278a749948f11588e29cf92424;hpb=40a628a501fc05bb00e834fe359ca4061925f320;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMyRedirectPages.php b/includes/specials/SpecialMyRedirectPages.php index 4521a53ff9..077fbf1547 100644 --- a/includes/specials/SpecialMyRedirectPages.php +++ b/includes/specials/SpecialMyRedirectPages.php @@ -100,7 +100,7 @@ class SpecialMycontributions extends RedirectSpecialPage { parent::__construct( 'Mycontributions' ); $this->mAllowedRedirectParams = [ 'limit', 'namespace', 'tagfilter', 'offset', 'dir', 'year', 'month', 'feed', 'deletedOnly', - 'nsInvert', 'associated', 'newOnly', 'topOnly' ]; + 'nsInvert', 'associated', 'newOnly', 'topOnly', 'start', 'end' ]; } /**