Merge branch 'master_MDL-71573-exportquestions' of https://github.com/catalyst/moodle-MDL-70329

This commit is contained in:
Eloy Lafuente (stronk7) 2021-08-26 12:00:23 +02:00
commit 15a3349c87

View File

@ -95,7 +95,7 @@ if ($fromform = $exportform->get_data()) {
echo $OUTPUT->continue_button(new moodle_url($PAGE->settingsnav->find(
'questionbank',
\navigation_node::TYPE_CONTAINER)->action->get_path(), $thispageurl->params()));
\navigation_node::TYPE_CONTAINER)->action, $thispageurl->params()));
echo $OUTPUT->footer();
exit;
}