web/application.py
changeset 2666 c6c832d32936
parent 2650 18aec79ec3a3
child 2685 0518ca8f63e3
--- a/web/application.py	Mon Aug 03 17:20:20 2009 +0200
+++ b/web/application.py	Mon Aug 03 17:32:42 2009 +0200
@@ -220,7 +220,7 @@
         super(CubicWebPublisher, self).__init__()
         # connect to the repository and get instance's schema
         if vreg is None:
-            vreg = cwvreg.CubicWebRegistry(config, debug=debug)
+            vreg = cwvreg.CubicWebVRegistry(config, debug=debug)
         self.vreg = vreg
         self.info('starting web instance from %s', config.apphome)
         self.repo = config.repository(vreg)