From 72214fa718c679bfad16922ac7240ae08ac52c2e Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 4 Jun 2011 20:12:21 +0000 Subject: [PATCH] Follow up r89408. Magic >lang to getLang(). --- includes/StubObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/StubObject.php b/includes/StubObject.php index 78f9f6410d..8b2c8dbfd9 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -148,6 +148,6 @@ class StubUserLang extends StubObject { } function _newObject() { - return RequestContext::getMain()->lang; + return RequestContext::getMain()->getLang; } } -- 2.20.1