Commit 2ef7c735 authored by Alexandre Boeglin's avatar Alexandre Boeglin

fixed security declaration


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 992ff410
......@@ -663,7 +663,7 @@ be a problem)."""
return Folder_asXML(self,ident=ident)
# Optimized Menu System
security.declarePublic('getVisibleAllowedContentTypeOrIdList')
security.declarePublic('getVisibleAllowedContentTypeList')
def getVisibleAllowedContentTypeList(self):
"""
List portal_types' names wich can be added in this folder / object.
......
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