Comment 1 for bug 1238459

Revision history for this message
Dmitry Karasik (dmitry-karasik) wrote :

Apparently, changing line calItipUtils.jsm:1209 from

--- if (foundAttendee.participationStatus == "NEEDS-ACTION") {

to

+++ if (foundAttendee && foundAttendee.participationStatus == "NEEDS-ACTION") {

resolves my problem, but that's not necessaily a correct solution