mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'MDL-39241-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
48d253c100
@ -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