commit b033dedddc5646ecad1980e1bc94f95d95733875
parent efe8b65f843d8d2a681af64721ccfa3ac8d070f1
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 21 Jul 2017 08:39:43 -0400
Fix broken WebDAV orphaned-file purging after 39a8e8fb0c3
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js
@@ -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>";