Fix saving authors from COinS
This commit is contained in:
parent
fc8da5f8cd
commit
290581a495
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ Zotero.OpenURL = new function() {
|
|||
// Splice in the complex creator at the correct location,
|
||||
// accounting for previous insertions
|
||||
if(pushMe) {
|
||||
item.creators = item.creators.splice(offset + inserted, 0, complexAu[i]);
|
||||
item.creators.splice(offset + inserted, 0, complexAu[i]);
|
||||
inserted++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue