-
Bug
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_400_STABLE
-
MDL-75763-master -
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']);