#18281: Fixing email messaging

Work Item: 18281

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-12-15 14:27:46 -08:00
parent 9d007480e9
commit 3b40247f6b

View File

@@ -22,7 +22,7 @@ namespace Orchard.Messaging.Services {
}
public void Send(ContentItemRecord recipient, string type, string service, Dictionary<string, string> properties = null) {
Send(new [] { recipient }, service, type, properties);
Send(new [] { recipient }, type, service, properties);
}
public void Send(IEnumerable<ContentItemRecord> recipients, string type, string service, Dictionary<string, string> properties = null) {