r85235 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r85234
|
r85235
|
r85236
>
Date:
08:49, 3 April 2011
Author:
dantman
Status:
ok
Tags:
Comment:
Followup
r85228
; Small fix for ()> syntax error that should have been ()->
Modified paths:
/trunk/phase3/includes/specials/SpecialBlankpage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialBlankpage.php
—
—
@@ -33,6 +33,6 @@
34
34
}
35
35
public function execute( $par ) {
36
36
$this->setHeaders();
37
- $this->getOutput()>addWikiMsg('intentionallyblankpage');
37
+ $this->getOutput()->addWikiMsg('intentionallyblankpage');
38
38
}
39
39
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r85228
Followup
r85227
, update 4 special pages to properly use the context.
dantman
04:37, 3 April 2011
Status & tagging log
15:24, 3 April 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r85235
[
removed:
new
added:
ok]