use the correct names for imported URLs
This commit is contained in:
parent
2dc7a29af0
commit
2e05aacd8e
|
@ -1250,8 +1250,7 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) {
|
|||
title = attachment.document.title;
|
||||
}
|
||||
|
||||
Zotero.Attachments.importFromURL(attachment.url, myID,
|
||||
mimeType, title);
|
||||
Zotero.Attachments.importFromURL(attachment.url, myID, title);
|
||||
}
|
||||
}
|
||||
// links no longer exist, so just don't save them
|
||||
|
|
Loading…
Reference in New Issue
Block a user