etwist/service.py
branchstable
changeset 6267 c50c397173db
parent 5600 a826996875e7
child 6268 05a855ffb65d
--- a/etwist/service.py	Thu Sep 16 15:42:34 2010 +0200
+++ b/etwist/service.py	Thu Sep 16 16:38:19 2010 +0200
@@ -73,7 +73,7 @@
             config = cwcfg.config_for(self.instance)
             config.init_log(force=True)
             logger.info('starting cubicweb instance %s ', self.instance)
-            root_resource = CubicWebRootResource(config, False)
+            root_resource = CubicWebRootResource(config)
             website = server.Site(root_resource)
             # serve it via standard HTTP on port set in the configuration
             port = config['port'] or 8080