Merge branch dev/bug-63813 of zentao/zentaopms (#10286)

This commit is contained in:
刘刚
2025-07-10 08:41:18 +08:00
committed by Gitfox
+6 -4
View File
@@ -313,10 +313,12 @@ class docApp extends wg
$zentaoListMenu = $hasZentaoSlashMenu ? $this->getZentaoListMenu() : array();
$moreMenus = array_merge([array(
'text' => $lang->doc->zentaoData,
'type' => 'heading',
)], $this->convertZentaoListMenu($zentaoListMenu));
$moreMenus = $zentaoListMenu
? array_merge([array(
'text' => $lang->doc->zentaoData,
'type' => 'heading',
)], $this->convertZentaoListMenu($zentaoListMenu))
: array();
return zui::docApp
(