Merge branch 'liyuchun_fixbug' into 'master'

* Fix bug #23132.

See merge request easycorp/zentaopms!3710
This commit is contained in:
孙广明
2022-06-02 05:55:29 +00:00
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -359,6 +359,7 @@ class gitlab
if($parent == '.') $parent = '/';
if($parent == '') $parent = '/';
$list = $this->tree($parent, 0);
$file = new stdclass();
foreach($list as $node) if($node->path == $entry) $file = $node;