MDL-81420 enrol: Remove duplicated header in editing form
This commit is contained in:
@@ -47,8 +47,6 @@ class enrol_instance_edit_form extends moodleform {
|
||||
|
||||
list($instance, $plugin, $context, $type, $returnurl) = $this->_customdata;
|
||||
|
||||
$mform->addElement('header', 'header', get_string('pluginname', 'enrol_' . $type));
|
||||
|
||||
$plugin->edit_instance_form($instance, $mform, $context);
|
||||
|
||||
$mform->addElement('hidden', 'id');
|
||||
|
||||
Reference in New Issue
Block a user