diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index 520144eaf..239089f61 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -465,7 +465,7 @@ Zotero.Sync.Storage = new function () { continue; } - var fmtime = file.lastModifiedTime; + var fmtime = item.attachmentModificationTime; //Zotero.debug("Stored mtime is " + attachmentData[item.id].mtime); //Zotero.debug("File mtime is " + fmtime);