This commit is contained in:
Gnieark 2016-06-12 21:12:34 +02:00
parent 72df4b4bd1
commit 2471ef0103
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ function get_IA_Response($iaUrl,$postParams){
return array(
'messageSend' => $data_string,
'httpStatus' => $curl_getinfo($ch)['http_code'],
'httpStatus' => curl_getinfo($ch)['http_code'],
'response' => $output,
'responseArr' => $arr
);