diff --git a/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs b/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs index 01ee8f365d1..b7fc7f1fc5f 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs @@ -707,7 +707,7 @@ private void SendMessage(MessageRecipient messageRecipient) { var senderName = GetSenderName(author.DisplayName, portalSettings.PortalName); var senderAddress = GetSenderAddress(senderName, portalSettings.Email); - var emailBodyItemContent = GetEmailItemContent(portalSettings, messageRecipient, emailBodyItemTemplate); + var emailBodyItemContent = GetEmailItemContent(portalSettings, messageRecipient, emailBodyItemTemplate); var subject = InternalMessagingController.Instance.GetMessage(message.MessageID).Subject; if (string.IsNullOrEmpty(subject)) {