mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-44642 grading: Add session keepalive during advanced grading setup
This commit is contained in:
parent
57996fe956
commit
de1c6859cc
@ -57,6 +57,10 @@ if ($mform->is_cancelled()) {
|
||||
redirect($returnurl);
|
||||
}
|
||||
|
||||
// Try to keep the session alive on this page as it may take some time
|
||||
// before significant interaction happens with the server.
|
||||
\core\session\manager::keepalive();
|
||||
|
||||
echo $OUTPUT->header();
|
||||
$mform->display();
|
||||
echo $OUTPUT->footer();
|
||||
echo $OUTPUT->footer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user