From 5c02a81e816854b950a12e0b11c74b11a8f3844e Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 10 Jun 2012 21:55:56 -0400 Subject: [PATCH] Fix identification of collections --- chrome/content/zotero/xpcom/server_connector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {