* Code for finish task #87411.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user