Skip to content

Commit a9c3a6b

Browse files
danielcifuentesopenMr Bot
authored andcommitted
Merge pull request #6492 in DEV/moodle from feature/INT-18660_boorish-meerkat to release/4.1
* commit 'd0338ae36bd33a75dfa8f44972f2ec398c30403b': INT-18660: Fix mod_hsuforum deprecation for plagiarism functions INT-18660: Update test skip message for credentials issue for Turnitin MDL-67526 plagiarism: Final deprecation of plagiarism functions
2 parents 7c6ec46 + 3ed6174 commit a9c3a6b

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)