diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php index 61a68281f417f0be8547e559ba7d195c145a7b9e..6a0163106507f01d2d1ec5bb98b6b0ce86090b68 100644 --- a/lib/exe/xmlrpc.php +++ b/lib/exe/xmlrpc.php @@ -20,7 +20,7 @@ class dokuwiki_xmlrpc_server extends IXR_Server { $this->remote = new RemoteAPI(); $this->remote->setDateTransformation(array($this, 'toDate')); $this->remote->setFileTransformation(array($this, 'toFile')); - $this->IXR_Server(); + parent::__construct(); } /**