From 23bb7c3ba6f1f473e487e5009df474581fc1893a Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Fri, 3 Jun 2011 14:36:06 +0000 Subject: [PATCH] Follow-up r89406 CR: another use of RequestContext::__get() --- includes/StubObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/StubObject.php b/includes/StubObject.php index 78f9f6410d..951cbaea4d 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