Follow-up r89406 CR: another use of RequestContext::__get()
This commit is contained in:
parent
7b23ec9c87
commit
23bb7c3ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -148,6 +148,6 @@ class StubUserLang extends StubObject {
|
|||
}
|
||||
|
||||
function _newObject() {
|
||||
return RequestContext::getMain()->lang;
|
||||
return RequestContext::getMain()->getLang();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue