Skip to content

Commit

Permalink
Merge pull request #88 from timroes/master
Browse files Browse the repository at this point in the history
Fixed bug, that occurred due to coding style updates
  • Loading branch information
splitbrain committed Mar 18, 2012
2 parents 63703ba + 053d9e5 commit 4aa35dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/HTTPClient.php
Expand Up @@ -26,7 +26,7 @@ function __construct(){
global $conf;

// call parent constructor
$this->HTTPClient();
parent::__construct();

// set some values from the config
$this->proxy_host = $conf['proxy']['host'];
Expand Down

0 comments on commit 4aa35dd

Please sign in to comment.