* [story#74954] fix bug for gitlab project.

This commit is contained in:
liyang
2025-05-27 10:19:53 +08:00
parent 095274d07e
commit d9deeafcd1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -639,6 +639,7 @@ class gitlabModel extends model
$this->app->loadClass('pager', true);
$pager = pager::init($recTotal, $recPerPage, $pager->pageID);
if(empty($recTotal)) return array('pager' => $pager, 'projects' => array());
return array('pager' => $pager, 'projects' => json_decode($result['body']));
}