Fix saving authors from COinS

This commit is contained in:
Simon Kornblith 2011-08-23 03:59:11 +00:00
parent fc8da5f8cd
commit 290581a495

View file

@ -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++;
}
}