From: Lucas Werkmeister Date: Wed, 24 Oct 2018 21:41:42 +0000 (+0200) Subject: Add start, end to allowed params of Special:MyContributions X-Git-Tag: 1.34.0-rc.0~3578 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin//%22%7B%7Blocalurl:Project:Administratorar%7D%7D/%22?a=commitdiff_plain;h=aadf0f986b31032bcc00fde62d90b8f777cb8fd3;p=lhc%2Fweb%2Fwiklou.git Add start, end to allowed params of Special:MyContributions I assume they were just omitted by accident. Bug: T207895 Change-Id: I99c14849a6f312f0014298d92de773205d05ad04 --- 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' ]; } /**