Skip to content
Snippets Groups Projects
Commit 0c43e719 authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

Replace old constructor call by __construct() in dokuwiki_xmlrpc_server

parent 9309fe3d
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment