MDL-81362 mod_bigbluebuttonbn: Fix content type

This commit is contained in:
Shamiso.Jaravaza 2024-03-26 20:19:19 -06:00
parent a18c0b7c8b
commit 3d0bcb7172

View File

@ -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');
}
/**