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 @@
149
149
}
150
150
151
151
function _newObject() {
152
- return RequestContext::getMain()->lang;
152
+ return RequestContext::getMain()->getLang;
153
153
}
154
154
}
Follow-up revisions
Revision
Commit summary
Author
Date
r89477
Fix for
r89474
: added missing () to function call
ialex
20:28, 4 June 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r89408
More unpicking of
r85288
. I think this is all of the magic method calls, but...
happy-melon
11: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
15:23, 5 June 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r89474
[
removed:
new
added:
resolved]
20:29, 4 June 2011
IAlex
(
talk
|
contribs
)
changed the
status
of r89474
[
removed:
fixme
added:
new]
20:18, 4 June 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r89474
[
removed:
new
added:
fixme]