web/application.py
changeset 10354 635cfac73d28
parent 10322 d7c33cbdce8b
child 10355 60b8204fcca3
--- a/web/application.py	Fri Jun 13 13:54:28 2014 +0200
+++ b/web/application.py	Tue Jun 10 16:01:49 2014 +0200
@@ -350,7 +350,7 @@
             try:
                 session = self.get_session(req)
                 from  cubicweb import repoapi
-                cnx = repoapi.ClientConnection(session)
+                cnx = repoapi.Connection(session)
                 req.set_cnx(cnx)
             except AuthenticationError:
                 # Keep the dummy session set at initialisation.