[webapp] missing renaming
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 03 Aug 2009 17:32:42 +0200
changeset 2666 c6c832d32936
parent 2665 0c6281487f90
child 2667 c8aa82538d8e
[webapp] missing renaming
web/application.py
--- 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)