From e9f7ad5f8a65806207e9870f8104251b1d066fee Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 16 Jul 2008 01:19:05 +0000 Subject: [PATCH] Fixes #1071, Create bibliography from collection fails --- chrome/content/zotero/fileInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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