r81458 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81457
|
r81458
|
r81459
>
Date:
15:31, 3 February 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Follow-up
r81456
: forgot to remove a global declaration
Modified paths:
/trunk/phase3/includes/Article.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Article.php
—
—
@@ -249,7 +249,7 @@
250
250
* @return Return the text of this revision
251
251
*/
252
252
public function getContent() {
253
- global $wgUser, $wgContLang;
253
+ global $wgUser;
254
254
255
255
wfProfileIn( __METHOD__ );
256
256
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81456
* Use wfMessage() instead of wfMsgGetKey() and wfEmptyMsg()...
ialex
15:29, 3 February 2011
Status & tagging log
08:09, 3 June 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r81458
[
removed:
new
added:
ok]