Skip to content

Commit 3ed6174

Browse files
INT-18660: Fix mod_hsuforum deprecation for plagiarism functions
1 parent 6a13c51 commit 3ed6174

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mod_form.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ function definition() {
217217
$mform->addHelpButton('warnafter', 'warnafter', 'hsuforum');
218218
$mform->disabledIf('warnafter', 'blockperiod', 'eq', 0);
219219

220-
$coursecontext = context_course::instance($COURSE->id);
221-
plagiarism_get_form_elements_module($mform, $coursecontext, 'mod_hsuforum');
222-
223220
//-------------------------------------------------------------------------------
224221

225222
$this->standard_grading_coursemodule_elements();

0 commit comments

Comments
 (0)