diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 50784c2f7..0645aefca 100644 --- 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);