mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
(fix) properly update the last-modified attribute (fixes #4313)
This commit is contained in:
@@ -687,6 +687,7 @@
|
||||
|
||||
- (NSException *) saveComponent: (iCalRepeatableEntityObject *) newObject
|
||||
{
|
||||
[newObject setLastModified: [NSCalendarDate calendarDate]];
|
||||
return [self saveCalendar: [newObject parent]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user