Skip to content

Commit 345f5b1

Browse files
committed
Replaced deprecated function
1 parent 134a8c3 commit 345f5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_form.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function definition() {
4747
}
4848
$mform->addRule('name', null, 'required', null, 'client');
4949

50-
$this->add_intro_editor(false, get_string('intro', 'certificate'));
50+
$this->standard_intro_elements(get_string('intro', 'certificate'));
5151

5252
// Issue options
5353
$mform->addElement('header', 'issueoptions', get_string('issueoptions', 'certificate'));

0 commit comments

Comments
 (0)