Skip to content

Commit

Permalink
Add new line to end of email task file (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Sep 11, 2024
1 parent b3dfa51 commit 9da7934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/email_certificate_task.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ public function execute() {
// Set the field so that it is emailed.
$DB->set_field('customcert_issues', 'emailed', 1, ['id' => $issueid]);
}
}
}

0 comments on commit 9da7934

Please sign in to comment.