Fix saving to collections

This commit is contained in:
Simon Kornblith 2012-07-05 17:54:38 -04:00
parent 723213f11f
commit 2d475522ad

View File

@ -502,7 +502,7 @@ var Zotero_Browser = new function() {
}
libraryID = ZoteroPane.getSelectedLibraryID();
collection = ZoteroPane.getSelectedCollection(true);
collection = ZoteroPane.getSelectedCollection();
} catch(e) {}
}