Commit ff379f09 by Alexander Makarov

Fixed typo

parent 0a2a5d46
......@@ -90,7 +90,7 @@ class LanguageAsset extends AssetBundle
{
$language = $this->language ? $this->language : Yii::$app->language;
$this->js[] = 'language-' . $language . '.js';
parent::init();
parent::registerAssetFiles($view);
}
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment