* Finish task#46547

This commit is contained in:
zenggang
2021-12-28 08:10:12 +00:00
parent c6609d792e
commit 601e4498b0
+1
View File
@@ -563,6 +563,7 @@ class repo extends control
$this->commonAction($repoID, $objectID);
$this->scm->setEngine($repo);
$log = $this->scm->log('', $revision, $revision);
$log[0]->comment = $this->repo->replaceCommentLink($log[0]->comment);
$history = $this->dao->select('*')->from(TABLE_REPOHISTORY)->where('revision')->eq($log[0]->revision)->andWhere('repo')->eq($repoID)->fetch();
if($history)