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(); }