* Fix bug#40926

This commit is contained in:
zenggang
2023-11-27 02:02:53 +00:00
parent bc83ac03ba
commit 824b4df370
4 changed files with 35 additions and 26 deletions
+1
View File
@@ -2664,6 +2664,7 @@ EOF;
if($errors) commonModel::$requestErrors[] = $errors;
if(!$response) $response = '';
return $httpCode ? array($response, $httpCode, 'body' => $body, 'header' => $newHeader, 'errno' => $errno, 'info' => $info, 'response' => $response) : $response;
}