summaryrefslogtreecommitdiff
path: root/inc/IXR_Library.php
diff options
context:
space:
mode:
authorGina Haeussge <osd@foosel.net>2008-04-05 23:47:10 +0200
committerGina Haeussge <osd@foosel.net>2008-04-05 23:47:10 +0200
commit9edcadf63552302f1a0c19d4efc2364e937fa2fd (patch)
treecd97c132a12d9b620a88afa4f20737e9e0ff089f /inc/IXR_Library.php
parent26af6668e7516717c25f3752b09b8ed21eb301f3 (diff)
downloadrpg-9edcadf63552302f1a0c19d4efc2364e937fa2fd.tar.gz
rpg-9edcadf63552302f1a0c19d4efc2364e937fa2fd.tar.bz2
XMLRPC client needs to call constructor of parent class
darcs-hash:20080405214710-2b4f5-42e138c2fb2c272ea99f1054065b35f840d6fcd4.gz
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;