Commit 018c9040 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix a security definition error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22633 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 511b462e
......@@ -621,7 +621,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
__call__ = searchResults
security.declarePrivate('clear')
security.declarePrivate('beforeCatalogClear')
def beforeCatalogClear(self):
"""
Clears the catalog by calling a list of methods
......
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