r51584 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51583‎ | r51584 | r51585 >
Date:09:21, 8 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r49492: Add forgotten $this->setHeaders(); in execute().
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -29,6 +29,8 @@
3030 function execute( $par ) {
3131 global $wgOut, $wgRequest;
3232
 33+ $this->setHeaders();
 34+
3335 $opts = new FormOptions();
3436
3537 $opts->add( 'target', '' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49492Make Whatlinkshere subclass SpecialPage.demon04:39, 15 April 2009

Status & tagging log