From bf9d201af9ec222a77c021b97016e3225e38cd80 Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:14:28 -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 11e4494c470..6e1db927913 100644 --- a/mod/bigbluebuttonbn/classes/local/proxy/curl.php +++ b/mod/bigbluebuttonbn/classes/local/proxy/curl.php @@ -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'); } /**