Skip to content

Commit a4b1038

Browse files
committed
more static / self
1 parent 6f22ed2 commit a4b1038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block_my_feedback.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function fetch_marking(stdClass $user): ?array {
114114
continue;
115115
}
116116
// Skip none current course.
117-
if (!$this->is_course_current($course)) {
117+
if (!self::is_course_current($course)) {
118118
continue;
119119
}
120120
// Skip if no summative assessments.

0 commit comments

Comments
 (0)