MDL-29696 mod/data - fixed page continuing after footer.
This commit is contained in:
committed by
Aparup Banerjee
parent
81bb0556d9
commit
39b7715099
@@ -106,6 +106,7 @@ if (optional_param('sesskey', false, PARAM_BOOL) && confirm_sesskey()) {
|
||||
$importer = new data_preset_existing_importer($course, $cm, $data, $formdata->fullname);
|
||||
echo $renderer->import_setting_mappings($data, $importer);
|
||||
echo $OUTPUT->footer();
|
||||
exit(0);
|
||||
} else if ($formdata = $form_importzip->get_data()) {
|
||||
$file = new stdClass;
|
||||
$file->name = $form_importzip->get_new_filename('importfile');
|
||||
|
||||
Reference in New Issue
Block a user