Fix broken WebDAV orphaned-file purging after 39a8e8fb0c
This commit is contained in:
parent
efe8b65f84
commit
b033dedddc
1 changed files with 1 additions and 0 deletions
|
@ -968,6 +968,7 @@ Zotero.Sync.Storage.Mode.WebDAV.prototype = {
|
|||
var uri = this.rootURI;
|
||||
var path = uri.path;
|
||||
|
||||
var contentTypeXML = { "Content-Type": "text/xml; charset=utf-8" };
|
||||
var xmlstr = "<propfind xmlns='DAV:'><prop>"
|
||||
+ "<getlastmodified/>"
|
||||
+ "</prop></propfind>";
|
||||
|
|
Loading…
Add table
Reference in a new issue