From d1f43a50252e81452fa7226cbc174e5254e85ff3 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Wed, 15 Dec 2021 07:31:04 +0000 Subject: [PATCH] Fix bug #17508. --- lib/scm/gitlab.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/scm/gitlab.class.php b/lib/scm/gitlab.class.php index 82474eeb3c..8c334ef413 100644 --- a/lib/scm/gitlab.class.php +++ b/lib/scm/gitlab.class.php @@ -613,7 +613,6 @@ class gitlab $param = new stdclass(); $param->path = urldecode($path); - $param->ref_name = $this->branch; $fromDate = $this->getCommittedDate($fromRevision); $toDate = $this->getCommittedDate($toRevision);