From a7f73f0d8215e71043a35db42b3e04a64674329d Mon Sep 17 00:00:00 2001
From: Dan Stillman <dstillman@zotero.org>
Date: Fri, 24 Oct 2008 11:29:08 +0000
Subject: [PATCH] Fix sync regression from previous commit

---
 chrome/content/zotero/xpcom/sync.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
index 174e4a5a97..892c71eed7 100644
--- 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