diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index 1dec53d507..135ef968d5 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -502,7 +502,7 @@ var Zotero_Browser = new function() { } libraryID = ZoteroPane.getSelectedLibraryID(); - collection = ZoteroPane.getSelectedCollection(true); + collection = ZoteroPane.getSelectedCollection(); } catch(e) {} }