Skip to content

Commit

Permalink
Linting: linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Jan 4, 2024
1 parent ad74dd0 commit fb9258a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/course_completion/conditions/modquiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function get_completion_status($node, $userid) {
$validcatquiz = false;
// Get grade and check if valid.
$data = $DB->get_records('quiz_grades',
array('quiz' => $completion['data']['value']['quizid'], 'userid' => $userid),
array('quiz' => $completion['data']['value']['quizid'], 'userid' => $userid, ),
'timemodified DESC',
'grade',
0,
Expand Down

0 comments on commit fb9258a

Please sign in to comment.