Completed
Push — master ( 465df9...781eb1 )
by Daniel
02:18
created
source/CommonCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.