From 3b78e8ff39a1f8f7407b1d258476ac474f935acc Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 1 Feb 2011 07:05:29 +0000 Subject: [PATCH] also change back init call --- 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 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();