diff rhodecode/controllers/summary.py @ 548:b75b77ef649d

renamed hg_app to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:22:52 +0200
parents 1e757ac98988
children 0a48c1ec04fc
line wrap: on
line diff
--- a/rhodecode/controllers/summary.py	Wed Oct 06 03:18:16 2010 +0200
+++ b/rhodecode/controllers/summary.py	Wed Oct 06 03:22:52 2010 +0200
@@ -54,7 +54,7 @@
             
         uri = u'%(protocol)s://%(user)s@%(host)s%(prefix)s/%(repo_name)s' % {
                                         'protocol': e.get('wsgi.url_scheme'),
-                                        'user':str(c.hg_app_user.username),
+                                        'user':str(c.rhodecode_user.username),
                                         'host':e.get('HTTP_HOST'),
                                         'prefix':e.get('SCRIPT_NAME'),
                                         'repo_name':c.repo_name, }