MDL-47361 tool_monitor: exit after printing footer

This commit is contained in:
Dan Poltawski 2014-11-03 14:21:50 +00:00
parent e3d86c322b
commit 5904a6abe3

View file

@ -106,6 +106,7 @@ if ($mformdata = $mform->get_data()) {
}
$mform->display();
echo $OUTPUT->footer();
exit;
}
echo $OUTPUT->header();