Merge branch 'cyy_bug' into 'master'
* Modify array defined. See merge request easycorp/zentaopms!6900
This commit is contained in:
@@ -2439,7 +2439,7 @@ class repoModel extends model
|
||||
*/
|
||||
public function buildTree($files = array(), $parent = 0)
|
||||
{
|
||||
$treeList = [];
|
||||
$treeList = array();
|
||||
$key = 0;
|
||||
$pathName = array();
|
||||
$fileName = array();
|
||||
|
||||
Reference in New Issue
Block a user