25 Fix The 'name' value must be set in other

Remove empty function definition to resolve error "The 'name' value must be
set in other" in Moodle 4.0.2 and higher.
This commit is contained in:
Leon Stringer 2022-09-11 11:38:29 +01:00
parent 09557e83eb
commit 2c73c3e07b
1 changed files with 0 additions and 5 deletions

View File

@ -190,11 +190,6 @@ function plagiarism_pchkorg_coursemodule_standard_elements($formwrapper, $mform)
}
}
function plagiarism_pchkorg_coursemodule_edit_post_actions($data, $course)
{
}
/**
* Class plagiarism_plugin_pchkorg
*/