Leave a fixme comment on context stuff
This commit is contained in:
parent
4622da783c
commit
f6300aaeae
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class DerivativeContext extends ContextSource {
|
|||
if ( $l instanceof Language ) {
|
||||
$this->lang = $l;
|
||||
} elseif ( is_string( $l ) ) {
|
||||
$l = self::sanitizeLangCode( $l );
|
||||
$l = self::sanitizeLangCode( $l ); // FIXME: Undefined method, is at RequestContext::sanitizeLangCode()
|
||||
$obj = Language::factory( $l );
|
||||
$this->lang = $obj;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue