mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-39241 groups import: missing type
This commit is contained in:
parent
b3661ab272
commit
35626ff4dd
@ -54,6 +54,7 @@ class groups_import_form extends moodleform {
|
||||
$mform->addElement('filepicker', 'userfile', get_string('import'), null, $filepickeroptions);
|
||||
|
||||
$mform->addElement('hidden', 'id');
|
||||
$mform->setType('id', PARAM_INT);
|
||||
|
||||
$this->add_action_buttons(true, get_string('importgroups', 'core_group'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user