Skip to content

Commit eb18fa8

Browse files
committed
remove: trailing comma removed
1 parent f9fcf62 commit eb18fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5415,7 +5415,7 @@ public function get_total_quiz_attempts( $search_term = '', int $course_id = 0,
54155415
{$tab_clause}
54165416
{$date_filter}
54175417
",
5418-
'attempt_started',
5418+
'attempt_started'
54195419
)
54205420
);
54215421

0 commit comments

Comments
 (0)