зеркало из https://github.com/mozilla/pjs.git
bug 419349 r=sebo
This commit is contained in:
Родитель
a86c2f102c
Коммит
6f62f2aa4a
|
@ -441,7 +441,15 @@ calItipProcessor.prototype = {
|
|||
}
|
||||
}
|
||||
};
|
||||
aTargetCal.getItem(aCalItem.id, foundItemListener);
|
||||
if (aTargetCal) {
|
||||
aTargetCal.getItem(aCalItem.id, foundItemListener);
|
||||
} else {
|
||||
// Then we do not have a target calendar to search,
|
||||
// this is probably a DECLINE reply or some other such response,
|
||||
// allow it to pass through
|
||||
this._continueProcessingItem(aCalItem, null, aRecvMethod, aRespMethod,
|
||||
null, aTargetCal, aListener);
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче