* Fix bug for repo view.

This commit is contained in:
caoyanyi
2022-09-02 10:44:48 +08:00
parent 2dc4419048
commit 5fab9113bd
5 changed files with 9 additions and 6 deletions
+1
View File
@@ -257,6 +257,7 @@ class gitlab
$param = new stdclass;
$param->ref = ($revision and $revision != 'HEAD') ? $revision : $this->branch;
$results = $this->fetch($api, $param);
if(isset($results->message)) return array();
$blames = array();
$revLine = 0;