diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 6d38ca65d..31132572c 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -1939,7 +1939,7 @@ Zotero.Item.prototype.save = function() { Zotero.Notifier.trigger('modify', 'item', newSourceItem.id, newSourceItemNotifierData); } - var oldSourceItemKey = this._previousData.parent; + var oldSourceItemKey = this._previousData.parentItem; if (oldSourceItemKey) { var oldSourceItem = Zotero.Items.getByLibraryAndKey(this.libraryID, oldSourceItemKey); if (oldSourceItem) {