diff -r d9a1e7939ee6 -r 635cfac73d28 web/application.py --- 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.