diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index 4d88712ec..3313f7e14 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -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