Fix ICS calendar regression from WebDAV interface change (no bug); r=mvl

This commit is contained in:
dmose%mozilla.org 2006-04-25 19:10:32 +00:00
Родитель 7ac1e0c149
Коммит 8ac381d606
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -955,7 +955,7 @@ httpHooks.prototype = {
.getService(Components.interfaces.nsIWebDAVService);
// The namespace is 'DAV:', not just 'DAV'.
webSvc.getResourceProperties(res, 1, ['DAV: getetag'], false,
this, null);
this, null, null);
}
return true;
},