X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialFilepath.php;h=49caaa3a1df980d6e2693715ecc89d1734560eaa;hb=cb58676cfb4c46d1ead641d8c59b3d6bb9c96104;hp=542589f333d4634863b71f95077dd9d8863c2bec;hpb=5896421d2fc5d527d710da94f351bc70bf6322b9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialFilepath.php b/includes/specials/SpecialFilepath.php index 542589f333..49caaa3a1d 100644 --- a/includes/specials/SpecialFilepath.php +++ b/includes/specials/SpecialFilepath.php @@ -29,7 +29,7 @@ class SpecialFilepath extends RedirectSpecialPage { public function __construct() { parent::__construct( 'Filepath' ); - $this->mAllowedRedirectParams = array( 'width', 'height' ); + $this->mAllowedRedirectParams = [ 'width', 'height' ]; } /**