r56452 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56451
|
r56452
|
r56453
>
Date:
21:58, 16 September 2009
Author:
brion
Status:
ok
Tags:
Comment:
Merge
r56451
-- header fix for Special:Blankpage
Modified paths:
/branches/wmf-deployment/includes/specials/SpecialBlankpage.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf-deployment/includes/specials/SpecialBlankpage.php
—
—
@@ -11,6 +11,7 @@
12
12
}
13
13
public function execute( $par ) {
14
14
global $wgOut;
15
+ $this->setHeaders();
15
16
$wgOut->addWikiMsg('intentionallyblankpage');
16
17
}
17
18
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r56451
fix headers
demon
21:53, 16 September 2009
Status & tagging log
23:51, 1 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r56452
[
removed:
new
added:
ok]