diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index a44db382f..dc16a6ad9 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -3163,7 +3163,7 @@ Zotero.Integration.URIMap.prototype.getZoteroItemForURIs = function(uris) { 'item', Zotero.Relations.replacedItemPredicate, uri ); if (replacer.length && !replacer[0].deleted) { - zoteroItem = replacer; + zoteroItem = replacer[0]; } if(zoteroItem) break;