X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPermanentLink.php;h=2bd3ab7d7650b894126dae335b604b1c1456f785;hb=e01fd443887b47c86d5248a4a32eca5e5ed98a97;hp=53789c0da68b11b5c717b8c26161f414080571c1;hpb=979681f48871c16efd485e78d78f98c9a094212b;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 = []; } /**