Skip to content

Commit

Permalink
more static / self
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlamour committed Dec 5, 2024
1 parent 6f22ed2 commit a4b1038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_my_feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function fetch_marking(stdClass $user): ?array {
continue;
}
// Skip none current course.
if (!$this->is_course_current($course)) {
if (!self::is_course_current($course)) {
continue;
}
// Skip if no summative assessments.
Expand Down

0 comments on commit a4b1038

Please sign in to comment.