Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.1
Description
When an error occurs related to connexion there should be a redirection to the BBB general settings.
This was fixed in MDL-73225 but the section / url should be set to :
new moodle_url('/admin/settings.php', ['section' => 'modsettingbigbluebuttonbn'])
instead of :
return new moodle_url('/admin/settings.php', ['section' => 'mod_bigbluebuttonbn_general']);