commit 5c02a81e816854b950a12e0b11c74b11a8f3844e parent 3a6669c66fe1ca9ba7ca554134bbe27d4e3b8d93 Author: Simon Kornblith <simon@simonster.com> Date: Sun, 10 Jun 2012 21:55:56 -0400 Fix identification of collections Diffstat:
| M | 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 @@ -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 = {