* Fix bug for sync mr.

This commit is contained in:
dingguodong
2021-09-07 20:17:31 +08:00
parent 74d6b1895a
commit 6de75d2fcb
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class mr extends control
$this->session->set('mrList', $this->app->getURI(true), 'repo');
/* Sync GitLab MR to ZenTao Database. */
$this->mr->batchSyncMR($MRList);
$MRList = $this->mr->batchSyncMR($MRList);
$this->view->title = $this->lang->mr->common . $this->lang->colon . $this->lang->mr->browse;
$this->view->MRList = $MRList;