Maybe fix an edge case sync error

This commit is contained in:
Dan Stillman 2011-02-28 00:25:44 +00:00
parent 1ccc84eb42
commit 3c1bb02c9f

View File

@ -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);