* Fix bug#33135
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user