diff --git a/mod_form.php b/mod_form.php index a2c6547..29d70a1 100644 --- a/mod_form.php +++ b/mod_form.php @@ -20,8 +20,6 @@ class mod_expcontent_mod_form extends moodleform_mod { $mform->setType('contentid', PARAM_TEXT); $mform->addRule('contentid', null, 'required', null, 'client'); - $this->standard_intro_elements(); - $this->standard_intro_elements(); $this->standard_coursemodule_elements();