* [misc] adjust gitlab project page data.

This commit is contained in:
caoyanyi
2025-02-10 08:25:40 +08:00
committed by 李阳
parent e8f2f93356
commit c2a72a10b3
+1 -1
View File
@@ -709,7 +709,7 @@ class gitlab extends control
$this->view->pager = $result['pager'];
$this->view->title = $this->lang->gitlab->common . $this->lang->hyphen . $this->lang->gitlab->browseProject;
$this->view->gitlabID = $gitlabID;
$this->view->gitlabProjectList = $result['projects'];
$this->view->gitlabProjectList = empty($result['projects']) ? array() : $result['projects'];
$this->view->orderBy = $orderBy;
$this->view->repoPairs = $repoPairs;
$this->display();