web/views/facets.py
branchtls-sprint
changeset 758 0c0dfd33a76d
parent 742 99115e029dca
child 1132 96752791c2b6
--- a/web/views/facets.py	Wed Feb 18 10:03:26 2009 +0100
+++ b/web/views/facets.py	Wed Feb 18 10:03:58 2009 +0100
@@ -30,8 +30,8 @@
     """filter results of a query"""
     id = 'filter_box'
     __select__ = (((non_final_entity() & two_lines_rset())
-                   | contextview_selector
-                   ) & match_context_prop)
+                   | contextview_selector()
+                   ) & match_context_prop())
     context = 'left'
     title = _('boxes_filter_box')
     visible = True # functionality provided by the search box by default