Skip to content

Commit

Permalink
Dev: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Aug 13, 2015
1 parent 0ea35df commit f6b3cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/UpdateForm.php
Expand Up @@ -948,7 +948,7 @@ private function _performRequest($getters, $CREATE_NEW_COOKIE_FILE=FALSE)

if($this->proxy_host_name != '')
{
$proxy = $this->proxy_host_name.':'proxy_host_port;
$proxy = $this->proxy_host_name.':'.proxy_host_port;
curl_setopt($ch, CURLOPT_PROXY, $proxy);
}

Expand Down

0 comments on commit f6b3cec

Please sign in to comment.