From 2471ef0103810567bc40737bd49dd67f5a4725af Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 12 Jun 2016 21:12:34 +0200 Subject: [PATCH] fix php --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 63a15c9..525f052 100644 --- a/src/functions.php +++ b/src/functions.php @@ -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 );