commit 3b78e8ff39a1f8f7407b1d258476ac474f935acc
parent f326fb2aadf7556ee1e1f5774ecf8a2927cadb78
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 1 Feb 2011 07:05:29 +0000
also change back init call
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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();