MDL-81362 mod_bigbluebuttonbn: Fix content type

This commit is contained in:
Shamiso.Jaravaza
2024-03-26 20:14:28 -06:00
parent fa4a79d6d7
commit bf9d201af9
@@ -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');
}
/**