www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3c1bb02c9f539537e4200934bc641735f97d86b2
parent 1ccc84eb427a3c568edda0e9ac7c0d95988fa4cf
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 28 Feb 2011 00:25:44 +0000

Maybe fix an edge case sync error


Diffstat:
Mchrome/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 @@ -4255,7 +4255,7 @@ Zotero.Sync.Server.Data = new function() { } var linkedItems = tag.getLinkedItems(true); Zotero.Tags.erase(tagID); - Zotero.Tags.purge(); + Zotero.Tags.purge(tagID); syncSession.removeFromUpdated(tag); //syncSession.addToDeleted(tag);