Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / includes / specials / SpecialBlankpage.php
index aaa45a8..e61f12b 100644 (file)
@@ -31,9 +31,9 @@ class SpecialBlankpage extends UnlistedSpecialPage {
        public function __construct() {
                parent::__construct( 'Blankpage' );
        }
+
        public function execute( $par ) {
-               global $wgOut;
                $this->setHeaders();
-               $wgOut->addWikiMsg('intentionallyblankpage');
+               $this->getOutput()->addWikiMsg( 'intentionallyblankpage' );
        }
 }