Skip to content

Commit

Permalink
Merge branch 'wip-MDL-60033-master' of git://github.com/marinaglancy/…
Browse files Browse the repository at this point in the history
…moodle
  • Loading branch information
snake committed Oct 16, 2017
2 parents bcecb89 + 7814ae5 commit 1841d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webservice/xmlrpc/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function call($functionname, $params = array()) {
);

// Get the response.
$response = download_file_content($this->serverurl, $headers, $request);
$response = download_file_content($this->serverurl->out(false), $headers, $request);

// Decode the response.
$result = xmlrpc_decode($response);
Expand Down

0 comments on commit 1841d16

Please sign in to comment.