Follow-up r89406 CR: another use of RequestContext::__get()

This commit is contained in:
Happy-melon 2011-06-03 14:36:06 +00:00
parent 7b23ec9c87
commit 23bb7c3ba6

View file

@ -148,6 +148,6 @@ class StubUserLang extends StubObject {
}
function _newObject() {
return RequestContext::getMain()->lang;
return RequestContext::getMain()->getLang();
}
}