@@ -97,7 +97,7 @@ |
||
97 | 97 | |
98 | 98 | protected function getContentFromUrlThroughCurlRaw($fullURL, $features = null) |
99 | 99 | { |
100 | - $chanel = curl_init(); |
|
100 | + $chanel = curl_init(); |
|
101 | 101 | curl_setopt($chanel, CURLOPT_USERAGENT, $this->getUserAgentByCommonLib()); |
102 | 102 | $this->checkSecureChannelOnCurl($chanel, $fullURL, $features); |
103 | 103 | curl_setopt($chanel, CURLOPT_URL, $fullURL); |