MDL-81362 mod_bigbluebuttonbn: Fix content type

This commit is contained in:
Shamiso.Jaravaza 2024-03-26 20:09:15 -06:00
parent b621a7e4b3
commit b4f9582938

View File

@ -52,7 +52,7 @@ class curl extends \curl {
parent::__construct($settings); parent::__construct($settings);
$this->setopt(['SSL_VERIFYPEER' => true]); $this->setopt(['SSL_VERIFYPEER' => true]);
$this->set_content_type('text/xml'); $this->set_content_type('application/xml');
} }
/** /**