Fix another place where incorrect mod time could be read in
This commit is contained in:
parent
1279ccf9f6
commit
c60cb6f76b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user