Skip to content

Commit

Permalink
Merge branch 'MDL-81420-main' of https://github.com/sarjona/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Apr 12, 2024
2 parents 1d25d54 + e42e16d commit c9a2613
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions enrol/editinstance_form.php
Expand Up @@ -47,8 +47,6 @@ public function definition() {

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');
Expand Down

0 comments on commit c9a2613

Please sign in to comment.