Skip to content

Commit d2d9d2c

Browse files
committed
multiplemarks-checkbox bug fixed
1 parent a357fd4 commit d2d9d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function definition() {
225225
$mform->setDefault('allownegativereputation', MOODLEOVERFLOW_REPUTATION_NEGATIVE);
226226

227227
// Allow multiple marks of helpful/solved.
228-
$mform->addElement('checkbox', 'allowmultiplemarks', get_string('allowmultiplemarks', 'moodleoverflow'));
228+
$mform->addElement('advcheckbox', 'allowmultiplemarks', get_string('allowmultiplemarks', 'moodleoverflow'));
229229
$mform->addHelpButton('allowmultiplemarks', 'allowmultiplemarks', 'moodleoverflow');
230230
$mform->setDefault('allowmultiplemarks', 0);
231231

0 commit comments

Comments
 (0)