From 9edcadf63552302f1a0c19d4efc2364e937fa2fd Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sat, 5 Apr 2008 23:47:10 +0200 Subject: XMLRPC client needs to call constructor of parent class darcs-hash:20080405214710-2b4f5-42e138c2fb2c272ea99f1054065b35f840d6fcd4.gz --- inc/IXR_Library.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') 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; -- cgit v1.2.3