* Finish task #41594.

This commit is contained in:
holan20180123
2021-08-24 17:26:32 +08:00
parent a52bc025ae
commit 2dc3d78b9a
+1 -5
View File
@@ -289,11 +289,7 @@ class repoModel extends model
$this->rmClientVersionFile();
if($data->SCM == 'Gitlab')
{
$newRepo = $this->getRepoByID($id);
$data->path = $newRepo->path;
}
if($data->SCM == 'Gitlab') $data->path = $this->getRepoByID($id)->path;
if($repo->path != $data->path)
{