Skip to content

Commit

Permalink
Fixed call to new constructor name
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Mar 18, 2012
1 parent 63703ba commit 053d9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/HTTPClient.php
Original file line number Diff line number Diff line change
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 053d9e5

Please sign in to comment.