зеркало из https://github.com/mozilla/gecko-dev.git
Fix ICS calendar regression from WebDAV interface change (no bug); r=mvl
This commit is contained in:
Родитель
7ac1e0c149
Коммит
8ac381d606
|
@ -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;
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче