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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user