fix headers
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 16 Sep 2009 21:53:40 +0000 (21:53 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 16 Sep 2009 21:53:40 +0000 (21:53 +0000)
includes/specials/SpecialBlankpage.php

index d2b86fc..e1fadd0 100644 (file)
@@ -11,6 +11,7 @@ class SpecialBlankpage extends UnlistedSpecialPage {
        }
        public function execute( $par ) {
                global $wgOut;
+               $this->setHeaders();
                $wgOut->addWikiMsg('intentionallyblankpage');
        }
 }