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 1c1e806 commit e5e12eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/course_completion/conditions/modquiz.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ 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,
),
],
'timemodified DESC',
'grade',
0,
Expand Down

0 comments on commit e5e12eb

Please sign in to comment.