mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-47361 tool_monitor: exit after printing footer
This commit is contained in:
parent
e3d86c322b
commit
5904a6abe3
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ if ($mformdata = $mform->get_data()) {
|
||||||
}
|
}
|
||||||
$mform->display();
|
$mform->display();
|
||||||
echo $OUTPUT->footer();
|
echo $OUTPUT->footer();
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue