mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue