diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 4d91eb994..2a2c725ab 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -3601,7 +3601,7 @@ var ZoteroPane = new function() if(fp.show() == nsIFilePicker.returnOK) { if (!parentItemID) { - var collection = this.getSelectedCollection(); + var collection = this.getSelectedCollection(true); } var files = fp.files;