mirror of
https://github.com/PlagiarismCheck/moodle-plagiarism_pchkorg.git
synced 2024-12-22 04:10:07 +00:00
Merge pull request #28 from leonstr/master
27 Fix The 'name' value must be set in other
This commit is contained in:
commit
fb0b80b495
2
lib.php
2
lib.php
@ -198,7 +198,7 @@ function plagiarism_pchkorg_coursemodule_edit_post_actions($data, $course)
|
|||||||
|
|
||||||
$config = $pchkorgconfigmodel->get_system_config('pchkorg_use');
|
$config = $pchkorgconfigmodel->get_system_config('pchkorg_use');
|
||||||
if ('1' != $config) {
|
if ('1' != $config) {
|
||||||
return;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
$fields = array(
|
$fields = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user