Fixes #1071, Create bibliography from collection fails
This commit is contained in:
parent
313ef2fabc
commit
e9f7ad5f8a
|
@ -271,7 +271,7 @@ var Zotero_File_Interface = new function() {
|
|||
*/
|
||||
function bibliographyFromCollection() {
|
||||
// find sorted items
|
||||
var items = Zotero.Items.get(ZoteroPane.getSortedItems());
|
||||
var items = Zotero.Items.get(ZoteroPane.getSortedItems(true));
|
||||
if(!items) return;
|
||||
|
||||
// find name
|
||||
|
|
Loading…
Reference in New Issue
Block a user