Commit 42deb349 authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 699c8cc9
......@@ -27,7 +27,6 @@ class MetaTagBehavior extends Behavior
public function eventInit($event)
{
echo \Yii::$app->controller->id; die;
if(in_array(Yii::$app->controller->action->id, $this->actions))
{
$langs = Languages::find()->all();
......
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