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 @@
30
30
function execute( $par ) {
31
31
global $wgOut, $wgRequest;
32
32
33
+ $this->setHeaders();
34
+
33
35
$opts = new FormOptions();
34
36
35
37
$opts->add( 'target', '' );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r49492
Make Whatlinkshere subclass SpecialPage.
demon
04:39, 15 April 2009
Status & tagging log
02:59, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51584
[
removed:
new
added:
ok]