diff --git a/classes/task/send_daily_mail.php b/classes/task/send_daily_mail.php index 1d2723cdde..75f110ab3a 100644 --- a/classes/task/send_daily_mail.php +++ b/classes/task/send_daily_mail.php @@ -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.