Fix broken WebDAV orphaned-file purging after 39a8e8fb0c

This commit is contained in:
Dan Stillman 2017-07-21 08:39:43 -04:00
parent efe8b65f84
commit b033dedddc

View file

@ -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>";