web/views/debug.py
changeset 10922 7d01c8c675a0
parent 10717 46f934bebd85
child 10923 846e5676ca39
--- a/web/views/debug.py	Thu Sep 24 11:26:11 2015 +0200
+++ b/web/views/debug.py	Tue Nov 24 16:57:07 2015 +0100
@@ -83,7 +83,7 @@
         w(u'<tr><th align="left">%s</th><td>%s</td></tr>' % (
             _('instance home'), self._cw.vreg.config.apphome))
         w(u'</table>')
-        vcconf = req.vreg.config.vc_config()
+        vcconf = req.cnx.repo.get_versions()
         w(u'<h3>%s</h3>' % _('versions configuration'))
         w(u'<table>')
         w(u'<tr><th align="left">%s</th><td>%s</td></tr>' % (