X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSpecialPage.php;h=3b3a5ee1cda088c29c88d560ad541e75e11457ae;hb=0f827aaa71d03239ce0bc6d5a39fa6fb0b7b4fef;hp=338b50de4b68d9b4d7651732933b9fe63d03b664;hpb=75ef257c2986ffc9ddab85800367932b7fdb1fa1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 338b50de4b..3b3a5ee1cd 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -1278,7 +1278,7 @@ class SpecialMytalk extends RedirectSpecialArticle { */ class SpecialMycontributions extends RedirectSpecialPage { function __construct() { - parent::__construct( 'Mycontributions' ); + parent::__construct( 'Mycontributions' ); $this->mAllowedRedirectParams = array( 'limit', 'namespace', 'tagfilter', 'offset', 'dir', 'year', 'month', 'feed' ); }