(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
@@ -687,6 +687,7 @@
- (NSException *) saveComponent: (iCalRepeatableEntityObject *) newObject
{
[newObject setLastModified: [NSCalendarDate calendarDate]];
return [self saveCalendar: [newObject parent]];
}