Copy and paste error when including
https://git.kolab.org/rRPK3613a3d39999d67e46716658718c468bc23480e7
This commit is contained in:
parent
91a976b444
commit
2a0c9f8c07
1 changed files with 2 additions and 3 deletions
|
@ -2421,9 +2421,8 @@ function rcube_calendar_ui(settings)
|
|||
attendees = [];
|
||||
for (var data, i=0; i < me.selected_event.attendees.length; i++) {
|
||||
data = me.selected_event.attendees[i];
|
||||
if (settings.identity.emails.indexOf(';'+String(data.email).toLowerCase()) >= 0) {
|
||||
//FIXME this can only work if there is a single resource per invitation
|
||||
if (is_this_me(String(data.email).toLowerCase())) {
|
||||
//FIXME this can only work if there is a single resource per invitation
|
||||
if (is_this_me(String(data.email).toLowerCase())) {
|
||||
data.status = response.toUpperCase();
|
||||
data.rsvp = 0; // unset RSVP flag
|
||||
|
||||
|
|
Loading…
Reference in a new issue