diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index ec04cf33b..fca3491f1 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -587,7 +587,7 @@ var Zotero = new function(){ Zotero.Integration.init(); if(Zotero.Prefs.get("connector.enabled")) { - Zotero.Server.init(); + Zotero.Connector.init(); } Zotero.Zeroconf.init();