diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index bc56d5b44..4b07763bd 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -3944,7 +3944,7 @@ Zotero.Item.prototype._eraseData = Zotero.Promise.coroutine(function* (env) { Zotero.DB.requireTransaction(); // Remove item from parent collections - var parentCollectionIDs = this.collections; + var parentCollectionIDs = this._collections; if (parentCollectionIDs) { for (var i=0; i