mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-60033 webservice_xmlrpc: extra escaping in the server URL
This commit is contained in:
parent
b3cfb01316
commit
7814ae503b
@ -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