Fix PDF dragging to collections (from r4559)
This commit is contained in:
parent
481d847951
commit
93703c68d1
1 changed files with 1 additions and 1 deletions
|
@ -2441,7 +2441,7 @@ var ZoteroPane = new function()
|
|||
var collectionID = false;
|
||||
}
|
||||
|
||||
Zotero.Attachments.importFromURL(url, false, false, collectionID);
|
||||
Zotero.Attachments.importFromURL(url, false, false, false, collectionID);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue