X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=2bd3ab7d7650b894126dae335b604b1c1456f785;hb=ff6ad7854625ebcd96bc1936b4a223ac95707c60;hp=53789c0da68b11b5c717b8c26161f414080571c1;hpb=7fe6388006707235e9bae2e4230aaef5d91cabd4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPermanentLink.php b/includes/specials/SpecialPermanentLink.php index 53789c0da6..2bd3ab7d76 100644 --- a/includes/specials/SpecialPermanentLink.php +++ b/includes/specials/SpecialPermanentLink.php @@ -29,7 +29,7 @@ class SpecialPermanentLink extends RedirectSpecialPage { public function __construct() { parent::__construct( 'PermanentLink' ); - $this->mAllowedRedirectParams = array(); + $this->mAllowedRedirectParams = []; } /**