Skip to content

Commit

Permalink
Merge branch 'MDL-81362-403' of https://github.com/ssj365/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_403_STABLE
  • Loading branch information
HuongNV13 committed Apr 11, 2024
2 parents f990fcd + ffa09ce commit 78cac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/bigbluebuttonbn/classes/local/proxy/curl.php
Expand Up @@ -52,7 +52,7 @@ public function __construct() {
parent::__construct($settings);

$this->setopt(['SSL_VERIFYPEER' => true]);
$this->set_content_type('text/xml');
$this->set_content_type('application/xml');
}

/**
Expand Down

0 comments on commit 78cac12

Please sign in to comment.