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 @@
250250 * @return Return the text of this revision
251251 */
252252 public function getContent() {
253 - global $wgUser, $wgContLang;
 253+ global $wgUser;
254254
255255 wfProfileIn( __METHOD__ );
256256

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81456* Use wfMessage() instead of wfMsgGetKey() and wfEmptyMsg()...ialex15:29, 3 February 2011

Status & tagging log