Merge branch 'MDL-72403-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE

This commit is contained in:
Andrew Nicols
2021-08-26 13:02:16 +08:00
+1 -1
View File
@@ -140,7 +140,7 @@ $formdata = array(
);
// Disable submit protection so that the submit buttons continue working after being pressed.
$exportform = new core_calendar_export_form(null, $formdata, 'POST', '', ['data-double-submit-protection' => 'off']);
$exportform = new core_calendar_export_form($FULLME, $formdata, 'POST', '', ['data-double-submit-protection' => 'off']);
$calendarurl = '';
if ($data = $exportform->get_data()) {
$params = array();