Fix PDF dragging to collections (from r4559)

This commit is contained in:
Dan Stillman 2009-05-29 20:05:48 +00:00
parent 481d847951
commit 93703c68d1

View file

@ -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;
}
}