From: Platonides Date: Sat, 4 Jun 2011 20:12:21 +0000 (+0000) Subject: Follow up r89408. Magic >lang to getLang(). X-Git-Tag: 1.31.0-rc.0~29718 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=72214fa718c679bfad16922ac7240ae08ac52c2e;p=lhc%2Fweb%2Fwiklou.git Follow up r89408. Magic >lang to getLang(). --- 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; } }