MDL-81362 mod_bigbluebuttonbn: Fix content type
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user