web/views/management.py
changeset 10922 7d01c8c675a0
parent 10666 7f6b5f023884
--- a/web/views/management.py	Thu Sep 24 11:26:11 2015 +0200
+++ b/web/views/management.py	Tue Nov 24 16:57:07 2015 +0100
@@ -137,7 +137,7 @@
         # if excinfo is not None, it's probably not a bug
         if excinfo is None:
             return
-        vcconf = self._cw.vreg.config.vc_config()
+        vcconf = self._cw.cnx.repo.get_versions()
         w(u"<div>")
         eversion = vcconf.get('cubicweb', self._cw._('no version information'))
         # NOTE: tuple wrapping needed since eversion is itself a tuple