www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c6663988dc40730d205bbbf4694c610956c49f09
parent 012e127a7e8057510be7a534182c6e74464865c6
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon,  8 Nov 2010 07:51:03 +0000

fix OpenURL issue


Diffstat:
Mchrome/content/zotero/xpcom/openurl.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;