* Modify array key for print doc tree.
This commit is contained in:
@@ -2907,7 +2907,7 @@ EOT;
|
||||
$moduleTree[$module->id] = $item;
|
||||
}
|
||||
|
||||
return $moduleTree;
|
||||
return array_values($moduleTree);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user