Merge branch 'liyuchun_fixbug' into 'master'
* Fix bug #23132. See merge request easycorp/zentaopms!3710
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user