diff --git a/chrome/content/zotero/xpcom/openurl.js b/chrome/content/zotero/xpcom/openurl.js index 261d8df8b..0b2d116eb 100644 --- a/chrome/content/zotero/xpcom/openurl.js +++ b/chrome/content/zotero/xpcom/openurl.js @@ -433,7 +433,7 @@ Zotero.OpenURL = new function() { break; } } - if(pushMe) item.creators.push(au); + if(pushMe) item.creators.push(complexAu[i]); } return item;