diff --git a/run.php b/run.php index f76d6422..589cacc3 100644 --- a/run.php +++ b/run.php @@ -107,6 +107,7 @@ function tool_dataflows_mtrace_wrapper($message, $eol) { raise_memory_limit(MEMORY_HUGE); core_php_time_limit::raise(); +ignore_user_abort(true); // Re-run the specified flow (this will output an error if it doesn't exist). echo $OUTPUT->single_button($runnowurl, get_string('run_again', 'tool_dataflows'), 'post', ['class' => 'mb-3']);