web/views/ibreadcrumbs.py
branchstable
changeset 3030 e086df78e267
parent 3015 0588e39f6743
child 3035 2e4a381ea5b7
child 3089 72c23fc7fe20
child 3179 0684544f6d0d
--- a/web/views/ibreadcrumbs.py	Wed Aug 26 19:17:53 2009 +0200
+++ b/web/views/ibreadcrumbs.py	Wed Aug 26 20:23:27 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):