Merge branch 'wip-MDL-62584-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
David Monllao 2018-05-28 16:31:00 +02:00
commit c89b495650

View File

@ -133,8 +133,9 @@ class webservice_xmlrpc_server extends webservice_base_server {
* @param Exception $ex
*/
protected function send_error($ex = null) {
$this->response = $this->generate_error($ex);
$this->send_headers();
echo $this->generate_error($ex);
echo $this->response;
}
/**