@@ -84,7 +84,7 @@ |
||
84 | 84 | curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); |
85 | 85 | switch ($data["compression"]) { |
86 | 86 | case "gzip": |
87 | - curl_setopt($ch, CURLOPT_ENCODING , "gzip"); |
|
87 | + curl_setopt($ch, CURLOPT_ENCODING, "gzip"); |
|
88 | 88 | break; |
89 | 89 | default: |
90 | 90 | break; |