MDL-60033 webservice_xmlrpc: extra escaping in the server URL
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user