@@ -77,7 +77,7 @@ |
||
| 77 | 77 | $this->__last_request_headers = $headers; |
| 78 | 78 | |
| 79 | 79 | // Only reinitialize curl handle if the location is different. |
| 80 | - if(!$this->ch || curl_getinfo($this->ch, CURLINFO_EFFECTIVE_URL) != $location) { |
|
| 80 | + if (!$this->ch || curl_getinfo($this->ch, CURLINFO_EFFECTIVE_URL) != $location) { |
|
| 81 | 81 | $this->ch = curl_init($location); |
| 82 | 82 | } |
| 83 | 83 | |