X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=2bd3ab7d7650b894126dae335b604b1c1456f785;hb=acdb6554d1921bec4d4a2d1be654ff03e1176b7b;hp=53789c0da68b11b5c717b8c26161f414080571c1;hpb=96366c1cf1966ca07e8f0b4361bbca28bfaf43a0;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 = []; } /**