diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-03-18 06:47:23 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-03-18 06:47:23 -0700 |
commit | 4aa35ddbd2cee0d47afa9fce51390019ddc68204 (patch) | |
tree | fa905b413e19262477d1ba81d415a80842935894 | |
parent | 63703ba5bd81f50c43bc45f8bf79c514afa3ee49 (diff) | |
parent | 053d9e5dfd8af184722ff762028c824de4c7858c (diff) | |
download | rpg-4aa35ddbd2cee0d47afa9fce51390019ddc68204.tar.gz rpg-4aa35ddbd2cee0d47afa9fce51390019ddc68204.tar.bz2 |
Merge pull request #88 from timroes/master
Fixed bug, that occurred due to coding style updates
-rw-r--r-- | inc/HTTPClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index 62c3fde2f..26bee52a7 100644 --- a/inc/HTTPClient.php +++ b/inc/HTTPClient.php @@ -26,7 +26,7 @@ class DokuHTTPClient extends HTTPClient { global $conf; // call parent constructor - $this->HTTPClient(); + parent::__construct(); // set some values from the config $this->proxy_host = $conf['proxy']['host']; |