web/application.py
changeset 8190 2a3c1b787688
parent 8128 0a927fe4541b
child 8267 486386d9f836
--- a/web/application.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/application.py	Mon Jan 23 13:25:02 2012 +0100
@@ -276,7 +276,7 @@
                  vreg=None):
         self.info('starting web instance from %s', config.apphome)
         if vreg is None:
-            vreg = cwvreg.CubicWebVRegistry(config)
+            vreg = cwvreg.CWRegistryStore(config)
         self.vreg = vreg
         # connect to the repository and get instance's schema
         self.repo = config.repository(vreg)