X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialBlankpage.php;h=e61f12b917d4475217bc2f8008b75a28adb47441;hb=acea1093988ee97d22e5e6aeaaf686e22bd49e4d;hp=bfa2f951cbf368fb447b6aef870cffc100f79d4a;hpb=88066420004931111290ed42ce9ee8f6e3a76c90;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialBlankpage.php b/includes/specials/SpecialBlankpage.php index bfa2f951cb..e61f12b917 100644 --- a/includes/specials/SpecialBlankpage.php +++ b/includes/specials/SpecialBlankpage.php @@ -31,6 +31,7 @@ class SpecialBlankpage extends UnlistedSpecialPage { public function __construct() { parent::__construct( 'Blankpage' ); } + public function execute( $par ) { $this->setHeaders(); $this->getOutput()->addWikiMsg( 'intentionallyblankpage' );