Skip to content

Commit

Permalink
Merge branch 'MDL-39241-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Apr 21, 2013
2 parents b93945e + 35626ff commit 48d253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions group/import_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function definition() {
$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'));

Expand Down

0 comments on commit 48d253c

Please sign in to comment.