Set RSVP=TRUE only on rescheduling
This commit is contained in:
parent
1976658f3e
commit
d055e770ab
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ abstract class kolab_format_xcal extends kolab_format
|
|||
|
||||
// set attendee RSVP if missing
|
||||
if (!isset($attendee['rsvp'])) {
|
||||
$object['attendees'][$i]['rsvp'] = $attendee['rsvp'] = true;
|
||||
$object['attendees'][$i]['rsvp'] = $attendee['rsvp'] = $reschedule;
|
||||
}
|
||||
|
||||
$att = new Attendee;
|
||||
|
|
Loading…
Add table
Reference in a new issue