Merge branch 'MDL-81362-master' of https://github.com/ssj365/moodle

This commit is contained in:
Huong Nguyen
2024-04-11 12:49:32 +08:00
committed by Andrew Nicols
@@ -52,7 +52,7 @@ class curl extends \curl {
parent::__construct($settings);
$this->setopt(['SSL_VERIFYPEER' => true]);
$this->set_content_type('text/xml');
$this->set_content_type('application/xml');
}
/**