commit a7f73f0d8215e71043a35db42b3e04a64674329d
parent 85087c485965451697fbd1b4cb90f06136bb9c5f
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 24 Oct 2008 11:29:08 +0000
Fix sync regression from previous commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -1496,7 +1496,7 @@ Zotero.Sync.Server.Data = new function() {
// date equal to Zotero.Sync.Server.nextLocalSyncDate
// and therefore excluded above (example: an item
// linked to a creator whose id changed)
- || syncSession.uploadIDs[types].indexOf(obj.id) != -1) {
+ || syncSession.uploadIDs.updated[types].indexOf(obj.id) != -1) {
// Merge and store related items, since CR doesn't
// affect related items