From ffa09ce293ce99935c27e2498b0bc95189b81733 Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:10:47 -0600 Subject: [PATCH] MDL-81362 mod_bigbluebuttonbn: Fix content type --- mod/bigbluebuttonbn/classes/local/proxy/curl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/bigbluebuttonbn/classes/local/proxy/curl.php b/mod/bigbluebuttonbn/classes/local/proxy/curl.php index 11e4494c470f8..6e1db92791304 100644 --- a/mod/bigbluebuttonbn/classes/local/proxy/curl.php +++ b/mod/bigbluebuttonbn/classes/local/proxy/curl.php @@ -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'); } /**