r89474 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89473‎ | r89474 | r89475 >
Date:20:12, 4 June 2011
Author:platonides
Status:resolved (Comments)
Tags:
Comment:
Follow up r89408. Magic >lang to getLang().
Modified paths:
  • /trunk/phase3/includes/StubObject.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/StubObject.php
@@ -148,6 +148,6 @@
149149 }
150150
151151 function _newObject() {
152 - return RequestContext::getMain()->lang;
 152+ return RequestContext::getMain()->getLang;
153153 }
154154 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r89477Fix for r89474: added missing () to function callialex20:28, 4 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89408More unpicking of r85288. I think this is all of the magic method calls, but...happy-melon11:04, 3 June 2011

Comments

#Comment by Reedy (talk | contribs)   20:18, 4 June 2011

<ialex> Platonides: you missed the ()

#Comment by IAlex (talk | contribs)   20:29, 4 June 2011

Fixed in r89477.

Status & tagging log