Skip to content

Commit

Permalink
Fix plagscan enabled form element name (PlagScan#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Perez committed Feb 22, 2022
1 parent 66206c7 commit 4967dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/plagscan_settings_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function definition() {

$mform->addElement('html', "<div>");

$mform->addElement('checkbox', 'plagscan_use', get_string('useplagscan', 'plagiarism_plagscan'));
$mform->addElement('checkbox', 'enabled', get_string('useplagscan', 'plagiarism_plagscan'));

//$mform->addElement('text', 'plagscan_version', get_string('plagscan_API_version', 'plagiarism_plagscan'), array('style' => 'height: 33px'));
//$mform->addHelpButton('plagscan_version', 'plagscan_API_version', 'plagiarism_plagscan');
Expand Down

0 comments on commit 4967dae

Please sign in to comment.