From 7a6656ae5c10614983e29a292cf456d34814328f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 25 Oct 2008 02:09:59 +0000 Subject: [PATCH] Fix error from previous commit --- chrome/content/zotero/xpcom/data/tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/tag.js b/chrome/content/zotero/xpcom/data/tag.js index 8b1031937..6bf4068e0 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);