@@ -55,8 +55,8 @@ |
||
55 | 55 | curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE); |
56 | 56 | curl_setopt($curl, CURLOPT_TIMEOUT, self::DEFAULT_TIMEOUT); |
57 | 57 | |
58 | - if ( $this->checkIfProxyIsEnabled() ) { |
|
59 | - curl_setopt($curl, CURLOPT_PROXY, $this->getProxyUrl()); |
|
58 | + if ($this->checkIfProxyIsEnabled()) { |
|
59 | + curl_setopt($curl, CURLOPT_PROXY, $this->getProxyUrl()); |
|
60 | 60 | curl_setopt($curl, CURLOPT_PROXYPORT, $this->getProxyPort()); |
61 | 61 | } |
62 | 62 |