* Fix bug for php56.

This commit is contained in:
wangyuting2
2022-10-27 08:25:14 +00:00
parent cca2157511
commit 64b19e32a6
+1 -1
View File
@@ -2812,7 +2812,7 @@ class projectModel extends model
if(strpos($this->config->project->multiple['execution'], ",{$label},") !== false)
{
$objectID = $executionID;
$this->lang->$navGroup->menu->$label['subModule'] = 'project';
$this->lang->$navGroup->menu->{$label}['subModule'] = 'project';
}
$this->lang->$navGroup->menu->$label = commonModel::setMenuVarsEx($menu, $objectID);
if(isset($menu['subMenu']))