From f459edcd327ab53aa3cd36df5dd355746171f7d9 Mon Sep 17 00:00:00 2001 From: Nina Herrmann Date: Tue, 19 Mar 2024 10:10:24 +0100 Subject: [PATCH] Update send_daily_mail.php Forgot bracket :disappointed: --- classes/task/send_daily_mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.