diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index 63182fb044..e0717d2dee 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -25,7 +25,7 @@ include 'chosen.html.php'; - {$app->tab}->menu->$activeMenu) and isset($lang->{$app->tab}->menu->$activeMenu['subMenu'])):?> + {$app->tab}->menu->$activeMenu) and is_array($lang->{$app->tab}->menu->$activeMenu) and isset($lang->{$app->tab}->menu->{$activeMenu}['subMenu'])):?>