Skip to content
Snippets Groups Projects
Commit 7518cd81 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use correct call to parent constructor in IXR lib

parent 4aa35ddb
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,7 @@ class IXR_Client extends DokuHTTPClient {
var $xmlerror = false;
function IXR_Client($server, $path = false, $port = 80) {
$this->DokuHTTPClient();
parent::__construct();
if (!$path) {
// Assume we have been given a URL instead
$this->posturl = $server;
......
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