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(fp.show() == nsIFilePicker.returnOK)
|
||||||
{
|
{
|
||||||
if (!parentItemID) {
|
if (!parentItemID) {
|
||||||
var collection = this.getSelectedCollection();
|
var collection = this.getSelectedCollection(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
var files = fp.files;
|
var files = fp.files;
|
||||||
|
|
Loading…
Add table
Reference in a new issue