diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index 67512cba07..169ba99391 100644 --- a/chrome/content/zotero/xpcom/storage/zfs.js +++ b/chrome/content/zotero/xpcom/storage/zfs.js @@ -900,7 +900,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype.purgeDeletedStorageFiles = function (c */ Zotero.Sync.Storage.Session.ZFS.prototype._getItemURI = function (item) { var uri = this.rootURI; - uri.spec += Zotero.URI.getItemPath(item) + '/file?auth=1&key=1'; + uri.spec += Zotero.URI.getItemPath(item) + '/file?auth=1&iskey=1'; return uri; }