* Fix bug#33135

This commit is contained in:
zenggang
2023-03-23 02:09:38 +00:00
parent 23caed765a
commit f88c705e6a
+1 -1
View File
@@ -836,7 +836,7 @@ class gitlab
return array();
}
if($httpCode == 500) return array();
if($httpCode == 500 or $httpCode == 404) return array();
return json_decode($response);
}
}