Skip to content

Commit

Permalink
Fix #792 - update grades when activity completion used.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Nov 21, 2024
1 parent 1e66d7c commit 6d4eb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/local/automark.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public static function session($session, $course, $cm, $attendance, $returnerror
}
if (!empty($newlogs)) {
$DB->insert_records('attendance_log', $newlogs);
$donesomething = true;
}
}

Expand Down

0 comments on commit 6d4eb69

Please sign in to comment.