mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-81362 mod_bigbluebuttonbn: Fix content type
This commit is contained in:
parent
b621a7e4b3
commit
b4f9582938
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user