mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-81420-main' of https://github.com/sarjona/moodle
This commit is contained in:
commit
c9a26138a2
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user