Fix identification of collections

This commit is contained in:
Simon Kornblith 2012-06-10 21:55:56 -04:00
parent 3a6669c66f
commit 5c02a81e81

View file

@ -549,8 +549,8 @@ Zotero.Server.Connector.GetSelectedCollection.prototype = {
try {
libraryID = zp.getSelectedLibraryID();
editable = ZoteroPane.collectionsView.editable;
collection = zp.getSelectedCollection();
editable = zp.collectionsView.editable;
} catch(e) {}
var response = {