Fix Bug ID 40660.

This commit is contained in:
lichengjun
2021-07-16 14:32:26 +08:00
parent 51cf6d2aa0
commit 4e95021b08
3 changed files with 21 additions and 10 deletions
+1
View File
@@ -616,6 +616,7 @@ class gitlab
$params->per_page = 100;
$allResults = array();
$files = array();
while(true)
{
$results = $this->fetch($api, $params);