diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index 8709af9c5..f47d9258d 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -378,7 +378,10 @@ var Zotero_File_Interface = new function() { } } catch(e) {} - yield _finishImport(translation, false); + yield _finishImport({ + translation, + createNewCollection: false + }); // Select imported items try {