Commit 877a087b authored by Alexandre Boeglin's avatar Alexandre Boeglin

Fixed wrong variable name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2965 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1dc85972
......@@ -514,8 +514,8 @@ class CatalogMethodTemplateItem(ObjectTemplateItem):
if method_id in sql_clear_catalog:
sql_clear_catalog.remove(method_id)
if method_id in portal_catalog.filter_dict:
del portal_catalog.filter_dict[method_id]
if method_id in catalog.filter_dict:
del catalog.filter_dict[method_id]
catalog.sql_catalog_object = tuple(sql_catalog_object)
catalog.sql_catalog_object_list = tuple(sql_catalog_object_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment