mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-39281-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
7376692527
@ -321,6 +321,7 @@ class portfolio_instance_select extends moodleform {
|
||||
$mform =& $this->_form;
|
||||
$mform->addElement('select', 'instance', get_string('selectplugin', 'portfolio'), $options);
|
||||
$mform->addElement('hidden', 'id', $this->_customdata['id']);
|
||||
$mform->setType('id', PARAM_INT);
|
||||
$this->add_action_buttons(true, get_string('next'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user