diff --git a/chrome/content/zotero/xpcom/data/items.js b/chrome/content/zotero/xpcom/data/items.js index fa541111f..b8e51f69e 100644 --- a/chrome/content/zotero/xpcom/data/items.js +++ b/chrome/content/zotero/xpcom/data/items.js @@ -285,7 +285,7 @@ Zotero.Items = function() { } Zotero.debug(obj.itemID); Zotero.debug(Object.keys(this._objectCache)); - this._objectCache[obj.itemID].loadFromRow(rowObj); + this._objectCache[obj.itemID].loadFromRow(obj); }.bind(this) } );