diff --git a/local/d1/classes/d1.php b/local/d1/classes/d1.php index 715e857021a6e..68fafddbf778f 100644 --- a/local/d1/classes/d1.php +++ b/local/d1/classes/d1.php @@ -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++;