Skip to content

Commit

Permalink
Update send_daily_mail.php
Browse files Browse the repository at this point in the history
Forgot bracket 😞
  • Loading branch information
NinaHerrmann authored Mar 19, 2024
1 parent 787cffc commit f459edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/task/send_daily_mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function execute() {
$string = get_string('digestunreadpost', 'mod_moodleoverflow', ['linktocourse' => $linktocourse,
'linktoforum' => $linktoforum,
'linktodiscussion' => $linktodiscussion,
'unreadposts' => $unreadposts));
'unreadposts' => $unreadposts, ]);
$mail[] = $string;
}
// Build the final message and send it to user. Then remove the sent records.
Expand Down

0 comments on commit f459edc

Please sign in to comment.