mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
mnet MDL-17169 trim the raw xmlrpc response before passing it to the xml parser
merged from MOODLE_19_STABLE
This commit is contained in:
parent
0fec4fa441
commit
f4b58166b6
@ -146,6 +146,8 @@ class mnet_xmlrpc_client {
|
||||
}
|
||||
curl_close($httprequest);
|
||||
|
||||
$this->rawresponse = trim($this->rawresponse);
|
||||
|
||||
$mnet_peer->touch();
|
||||
|
||||
$crypt_parser = new mnet_encxml_parser();
|
||||
|
Loading…
x
Reference in New Issue
Block a user