* Code for finish task #87411.

This commit is contained in:
田淑杰
2023-03-17 13:17:41 +08:00
parent a6789488b5
commit 08c5fea6dc
+1
View File
@@ -3095,6 +3095,7 @@ EOT;
$item->objectID = $objectID;
$item->active = $lib->id == $libID ? 1 : 0;
$item->children = $this->getModuleTree($lib->id, $moduleID, $lib->type == 'api' ? 'api' : 'doc');
$item->children = array_values($item->children);
if($lib->type != 'execution')
{
if($item->type == 'lib') $libTree[$lib->type][$lib->id] = $item;