Этот коммит содержится в:
Yusuke Nemoto
2017-03-31 00:20:55 +09:00
коммит произвёл Corey Hulen
родитель 29e6db5713
Коммит 9a9729f22f
8 изменённых файлов: 14 добавлений и 10 удалений

Просмотреть файл

@@ -208,7 +208,7 @@ func sendBatchedEmailNotification(userId string, notifications []*batchedNotific
body.Props["BodyText"] = translateFunc("api.email_batching.send_batched_email_notification.body_text", len(notifications))
if err := utils.SendMail(user.Email, subject, body.Render()); err != nil {
l4g.Warn(utils.T("api.email_batchings.send_batched_email_notification.send.app_error"), user.Email, err)
l4g.Warn(utils.T("api.email_batching.send_batched_email_notification.send.app_error"), user.Email, err)
}
}