Skip to content

Commit

Permalink
Minor coding style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviervalentin committed May 30, 2024
1 parent eab7836 commit f5dc77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/mailing_task.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function execute() {
// For each report, we test each course for a teacher.
foreach ($dbresultlistcoursesforteacher as $listcourse) {
// If a report exists for a course, add course name to the list with direct link.
if ($report['report'] == 'orphan_submissions') {
if ($report['report'] == 'orphan_submissions') {
$checkreport = $DB->get_records('report_coursemanager_orphans',
['course' => $listcourse->courseid]);
} else {
Expand Down

0 comments on commit f5dc77a

Please sign in to comment.