Follow-up to r49492: Add forgotten $this->setHeaders(); in execute().
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 8 Jun 2009 09:21:30 +0000 (09:21 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 8 Jun 2009 09:21:30 +0000 (09:21 +0000)
includes/specials/SpecialWhatlinkshere.php

index 5671228..5e21c73 100644 (file)
@@ -29,6 +29,8 @@ class SpecialWhatLinksHere extends SpecialPage {
        function execute( $par ) {
                global $wgOut, $wgRequest;
 
+               $this->setHeaders();
+
                $opts = new FormOptions();
 
                $opts->add( 'target', '' );