Merge branch 'MDL-81420-main' of https://github.com/sarjona/moodle

This commit is contained in:
Huong Nguyen 2024-04-12 08:33:47 +07:00
commit c9a26138a2
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

View File

@ -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');