Skip to content

Commit

Permalink
Fixed codesniffer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LaelapsV2 committed Nov 25, 2024
1 parent 7599e92 commit 272d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/moodle/blocks/homework/block_homework.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function get_content() {

$homeworkfiles = $DB->get_records('homework_materials', ['homework_id' => $homework->id]);
foreach ($homeworkfiles as $homeworkfile) {
array_push($fileids, $homeworkfile->file_id);
array_push($fileids, $homeworkfile->file_id);
}

// Get file records.
Expand Down

0 comments on commit 272d43d

Please sign in to comment.