commit 5f45009a18030708b75706ac82d0152d6f5e7bec parent 685294e908cf1c04fcedb831b38aa0667e3a71e7 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 16 Jul 2008 01:19:05 +0000 Fixes #1071, Create bibliography from collection fails Diffstat:
| M | 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 @@ -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