www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2d475522adb2170010c5c57650eee8b48149ab64
parent 723213f11fef05a2ff99218730caf9d418de01c8
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  5 Jul 2012 17:54:38 -0400

Fix saving to collections

Diffstat:
Mchrome/content/zotero/browser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {} }