web/views/ibreadcrumbs.py
changeset 3035 2e4a381ea5b7
parent 3023 7864fee8b4ec
parent 3030 e086df78e267
child 3090 8184bec7414d
--- a/web/views/ibreadcrumbs.py	Wed Aug 26 15:00:46 2009 +0200
+++ b/web/views/ibreadcrumbs.py	Thu Aug 27 13:02:45 2009 +0200
@@ -85,7 +85,7 @@
             self.w(u'<a href="%s">%s</a>' % (self.req.build_url(root.id),
                                              root.dc_type('plural')))
         else:
-            self.wpath_part(root, entity, not path)
+            self.wpath_part(root, contextentity, not path)
 
 
 class BreadCrumbAnyRSetVComponent(BreadCrumbEntityVComponent):