@@ -82,7 +82,7 @@ |
||
82 | 82 | curl_close($ch); |
83 | 83 | |
84 | 84 | if ($response_header["http_code"] == 0) { |
85 | - throw new WrapItHTTPException("HTTP Connection error: ".$result); |
|
85 | + throw new WrapItHTTPException("HTTP Connection error: " . $result); |
|
86 | 86 | } |
87 | 87 | |
88 | 88 | switch ($data["response_type"]) { |