diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index d14311758..ab4688d39 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -3345,7 +3345,9 @@ Zotero.Sync.Server.Data = new function() { } item.addRelatedItem(relItem.id); } - item.save(); + item.save({ + skipDateModifiedUpdate: true + }); } } else if (type == 'tag') {