Add start, end to allowed params of Special:MyContributions
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Wed, 24 Oct 2018 21:41:42 +0000 (23:41 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 2 Nov 2018 09:19:53 +0000 (09:19 +0000)
I assume they were just omitted by accident.

Bug: T207895
Change-Id: I99c14849a6f312f0014298d92de773205d05ad04

includes/specials/SpecialMyRedirectPages.php

index 4521a53..077fbf1 100644 (file)
@@ -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' ];
        }
 
        /**