Fix partstat of attendee in his calendar

Fixes #2155
pull/7/head
Francis Lachapelle 2013-01-03 10:15:25 -05:00
parent 1382fe25fc
commit 39632239f9
1 changed files with 1 additions and 1 deletions

View File

@ -1374,7 +1374,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
// Web interface. Over DAV, it'll be handled directly in
// PUTAction:
if (![context request] || [[context request] handledByDefaultHandler])
ex = [self saveContentString: [calendar versitString]];
ex = [self saveContentString: [[event parent] versitString]];
}
}
else