r56451 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56450
|
r56451
|
r56452
>
Date:
21:53, 16 September 2009
Author:
demon
Status:
ok
Tags:
Comment:
fix headers
Modified paths:
/trunk/phase3/includes/specials/SpecialBlankpage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/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
}
Follow-up revisions
Revision
Commit summary
Author
Date
r56452
Merge
r56451
-- header fix for Special:Blankpage
brion
21:58, 16 September 2009
Status & tagging log
21:54, 29 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r56451
[
removed:
new
added:
ok]