mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Merge pull request #5429 from dalenewman/patch-2
Fix moderator notification
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Orchard.Users.Services {
|
|||||||
var parameters = new Dictionary<string, object> {
|
var parameters = new Dictionary<string, object> {
|
||||||
{"Subject", T("New account").Text},
|
{"Subject", T("New account").Text},
|
||||||
{"Body", _shapeDisplay.Display(template)},
|
{"Body", _shapeDisplay.Display(template)},
|
||||||
{"Recipients", new [] { recipient.Email }}
|
{"Recipients", recipient.Email }
|
||||||
};
|
};
|
||||||
|
|
||||||
_messageService.Send("Email", parameters);
|
_messageService.Send("Email", parameters);
|
||||||
|
|||||||
Reference in New Issue
Block a user