(fix) properly update the last-modified attribute (fixes #4313)

This commit is contained in:
Ludovic Marcotte
2018-03-15 15:43:26 -04:00
parent a0bf8b6f4d
commit a601ed47d8
4 changed files with 7 additions and 3 deletions
-1
View File
@@ -114,7 +114,6 @@
if ([event hasRecurrenceRules])
[event updateRecurrenceRulesUntilDate: end];
[event setLastModified: [NSCalendarDate calendarDate]];
ex = [co saveComponent: event force: forceSave];
// This condition will be executed only if the event is moved from a calendar to another. If destionationCalendar == 0; there is no calendar change