@@ -65,7 +65,7 @@ |
||
65 | 65 | |
66 | 66 | $curlResult = curl_exec($curl); |
67 | 67 | |
68 | - Debuger::dump('Response code: ' . (curl_errno($curl) ? '!!! Error !!!' : curl_getinfo($curl)['http_code']) . "\n"); |
|
68 | + Debuger::dump('Response code: ' . (curl_errno($curl) ? '!!! Error !!!' : curl_getinfo($curl)['http_code']) . "\n"); |
|
69 | 69 | |
70 | 70 | if (curl_errno($curl)) { |
71 | 71 | return Curl::getError('Curl error: ' . curl_errno($curl), 500); |