Fix another place where incorrect mod time could be read in
This commit is contained in:
parent
1279ccf9f6
commit
c60cb6f76b
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ Zotero.Sync.Storage = new function () {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
var fmtime = file.lastModifiedTime;
|
var fmtime = item.attachmentModificationTime;
|
||||||
|
|
||||||
//Zotero.debug("Stored mtime is " + attachmentData[item.id].mtime);
|
//Zotero.debug("Stored mtime is " + attachmentData[item.id].mtime);
|
||||||
//Zotero.debug("File mtime is " + fmtime);
|
//Zotero.debug("File mtime is " + fmtime);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue