diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index 2e30f4d7f..2f8eb27f3 100755 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -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 = {