Merge branch 'wip-MDL-60033-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Jake Dallimore 2017-10-16 15:36:29 +08:00
commit 1841d169c8

View File

@ -83,7 +83,7 @@ class webservice_xmlrpc_client {
);
// 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);