fix OpenURL issue
This commit is contained in:
parent
012e127a7e
commit
c6663988dc
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ Zotero.OpenURL = new function() {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if(pushMe) item.creators.push(au);
|
||||
if(pushMe) item.creators.push(complexAu[i]);
|
||||
}
|
||||
|
||||
return item;
|
||||
|
|
Loading…
Reference in a new issue