diff --git a/chrome/content/zotero/xpcom/data/tag.js b/chrome/content/zotero/xpcom/data/tag.js index 8b1031937f..6bf4068e02 100644 --- a/chrome/content/zotero/xpcom/data/tag.js +++ b/chrome/content/zotero/xpcom/data/tag.js @@ -485,7 +485,7 @@ Zotero.Tag.prototype.erase = function () { itemTags.push(itemID + '-' + this.id); } - this.unload(this.id); + Zotero.Tags.unload(this.id); Zotero.Notifier.trigger('remove', 'item-tag', itemTags);