From 53000e503627b7171b0f6dc78a0b7917f305b9fa Mon Sep 17 00:00:00 2001 From: Stefan Hanauska Date: Sun, 3 Nov 2024 06:53:36 +0100 Subject: [PATCH] Change form --- mod_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_form.php b/mod_form.php index 289379f..35c73cb 100644 --- a/mod_form.php +++ b/mod_form.php @@ -152,7 +152,7 @@ public function definition(): void { $this->standard_coursemodule_elements(); - $this->add_action_buttons(true, false, null); + $this->add_action_buttons(true, null, null); $mform->addHelpButton('groupmode', 'groupmode', 'learningmap'); }