mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'wip-MDL-60033-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
1841d169c8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user