mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -26,10 +26,7 @@ namespace Orchard.Tests.Modules.Settings.Blueprint {
|
||||
public string LastMessageName { get; set; }
|
||||
public IDictionary<string, object> LastEventData { get; set; }
|
||||
|
||||
public void Notify_Obsolete(string messageName, IDictionary<string, string> eventData) {
|
||||
}
|
||||
|
||||
public IEnumerable Notify(string messageName, Dictionary<string, object> eventData) {
|
||||
public IEnumerable Notify(string messageName, IDictionary<string, object> eventData) {
|
||||
LastMessageName = messageName;
|
||||
LastEventData = eventData;
|
||||
return new object[0];
|
||||
|
Reference in New Issue
Block a user