* Adjust code

This commit is contained in:
zenggang
2022-03-08 09:40:28 +00:00
parent c753960b31
commit 515dd085c4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ class gitlab
$param = new stdclass();
$param->path = urldecode($path);
$param->ref_name = $fromRevision ? $fromRevision : $this->branch;
$param->ref_name = $toRevision ? $toRevision : $this->branch;
$fromDate = $this->getCommittedDate($fromRevision);
$toDate = $this->getCommittedDate($toRevision);