Skip to content

Commit

Permalink
Update locallib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Dec 19, 2022
1 parent aa237e4 commit 1b1788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,6 @@ public function update_completion_state($user = null) {
if (!$completion->is_enabled($this->cm)) {
return;
}
$completion->set_module_viewed($cm);
$completion->set_module_viewed($this->cm);
}
}

0 comments on commit 1b1788f

Please sign in to comment.