* adjust code.

This commit is contained in:
wangyidong
2018-10-23 16:18:30 +08:00
parent ccfb1b9e4a
commit d64306aa90
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1672,7 +1672,7 @@ class treeModel extends model
{
if($firstChildren->id == $children->parent) $firstChildren->children[] = $children;
}
};//Filter project children modules.
}
$tree[$root][] = $children;
}
}