We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc8906 commit f14fc2bCopy full SHA for f14fc2b
mod_form.php
@@ -401,7 +401,7 @@ public function data_postprocessing($data) {
401
parent::data_postprocessing($data);
402
// Turn off completion settings if the checkboxes aren't ticked.
403
if (!empty($data->completionunlocked)) {
404
- $completion = $data->{'completion' . $this->get_suffix()};
+ $completion = $data->{'completion_ratingallocate'};
405
$autocompletion = !empty($completion) && $completion == COMPLETION_TRACKING_AUTOMATIC;
406
if (empty($data->{$this->get_suffixed_name('vote')}) || !$autocompletion) {
407
$data->{$this->get_suffixed_name('vote')} = 0;
0 commit comments