From f326fb2aadf7556ee1e1f5774ecf8a2927cadb78 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 1 Feb 2011 06:31:34 +0000 Subject: [PATCH] change back pref key --- chrome/content/zotero/xpcom/zotero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index bda56dd11..ec04cf33b 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -586,7 +586,7 @@ var Zotero = new function(){ // Initialize various services Zotero.Integration.init(); - if(Zotero.Prefs.get("httpServer.enabled")) { + if(Zotero.Prefs.get("connector.enabled")) { Zotero.Server.init(); }