Bug 408968 It's not possible to convert a WCAP invitation in to a task; r=philipp

This commit is contained in:
daniel.boelzle%sun.com 2008-02-12 20:54:09 +00:00
Родитель 58a05cc20f
Коммит e55ffcf951
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -317,7 +317,7 @@ function calWcapCalendar_storeItem(bAddItem, item, oldItem, request, netRespFunc
var params = "";
var calId = this.calId;
if (this.isInvitation(item)) { // REPLY
if (!bAddItem && this.isInvitation(item)) { // REPLY
method = METHOD_REPLY;
var att = getAttendeeByCalId(item.getAttendees({}), calId);
if (att) {