* Revert gitlab model.

This commit is contained in:
xiawenlong
2021-11-19 09:33:51 +08:00
parent 8fc6867523
commit 1a5809ae20
2 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ class gitlab extends control
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);
$result = $this->gitlab->apiGetProjects($gitlabID, $keyword, $orderBy, $pager);
$result = $this->gitlab->apiGetProjectsPager($gitlabID, $keyword, $orderBy, $pager);
$gitlab = $this->gitlab->getByID($gitlabID);