summaryrefslogtreecommitdiff
path: root/inc/IXR_Library.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/IXR_Library.php')
-rw-r--r--inc/IXR_Library.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/IXR_Library.php b/inc/IXR_Library.php
index 34346587e..33e1efbc5 100644
--- a/inc/IXR_Library.php
+++ b/inc/IXR_Library.php
@@ -485,6 +485,7 @@ class IXR_Client extends DokuHTTPClient {
var $xmlerror = false;
function IXR_Client($server, $path = false, $port = 80) {
+ $this->DokuHTTPClient();
if (!$path) {
// Assume we have been given a URL instead
$this->posturl = $server;