Commit 0e3f586701b0cd77d0c3bc1ee3fdd26a52c2985c

Authored by Alexey Boroda
1 parent 6ae24cca

-Menu fixed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/layouts/menu_main.php
... ... @@ -69,7 +69,7 @@
69 69 'url' => [ '/imagemanager' ],
70 70 'icon' => 'image',
71 71 'active' => function () {
72   - return \Yii::$app->controller->id = 'imagemanager';
  72 + return \Yii::$app->controller->id === 'imagemanager';
73 73 },
74 74 ],
75 75 ]
... ...