Skip to content

Commit

Permalink
Fix typo in d1 post grades
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusso committed Feb 22, 2024
1 parent 37c3712 commit 59d8638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/d1/classes/d1.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public static function course_grade_postings($postings) {
}

// Merge the returner into the array with the approriate count.
$pgs[$eounter] = $returner;
$pgs[$counter] = $returner;

// Increment the couneter.
$counter++;
Expand Down

0 comments on commit 59d8638

Please sign in to comment.