This commit is contained in:
@@ -291,7 +291,7 @@ namespace AyaNova.Util
|
||||
//Now we have all the id's can actually add them to the context
|
||||
foreach (long l in WidgetsAdded)
|
||||
{
|
||||
EventLogProcessor.AddEntryNoSave(new Event(1, l, AyaType.Widget, AyaEvent.Created), ct);
|
||||
EventLogProcessor.AddEntry(new Event(1, l, AyaType.Widget, AyaEvent.Created), ct);
|
||||
}
|
||||
|
||||
//Now save the Event Log entries
|
||||
|
||||
Reference in New Issue
Block a user