change back pref key

This commit is contained in:
Simon Kornblith 2011-02-01 06:31:34 +00:00
parent c107fcf18a
commit f326fb2aad

View file

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