Follow up r89408. Magic >lang to getLang().
authorPlatonides <platonides@users.mediawiki.org>
Sat, 4 Jun 2011 20:12:21 +0000 (20:12 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 4 Jun 2011 20:12:21 +0000 (20:12 +0000)
includes/StubObject.php

index 78f9f64..8b2c8db 100644 (file)
@@ -148,6 +148,6 @@ class StubUserLang extends StubObject {
        }
 
        function _newObject() {
-               return RequestContext::getMain()->lang;
+               return RequestContext::getMain()->getLang;
        }
 }