Commit 1fb5af45 authored by Jérome Perrin's avatar Jérome Perrin

was not possible to view cache tool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40407 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f2213c1
......@@ -62,9 +62,6 @@ class CacheTool(BaseTool):
security.declareProtected( Permissions.ManagePortal, 'cache_tool_statistics')
cache_tool_statistics = DTMLFile('cache_tool_statistics', _dtmldir)
def __init__(self):
BaseTool.__init__(self)
security.declareProtected(Permissions.AccessContentsInformation, 'getCacheFactoryList')
def getCacheFactoryList(self):
""" Return available cache factories """
......
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