Fix error adding top-level attachments in collections
This commit is contained in:
parent
653f26d4fb
commit
0a2330b79f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue