Commit e46d4b8d authored by Fabien Morin's avatar Fabien Morin

change comment, now it's not a hack

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23587 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9d34601
......@@ -129,9 +129,8 @@ def getSecurityCategoryFromEntity(self, base_category_list, entity_name,
portal = self.getPortalObject()
# XXX this hack permit to get the module of the application
# the goal is to work with anonymous applications, even if they are
# not reindexed
# this permit to get the module of the application. The goal is to
# work with anonymous applications, even if they are not reindexed
module_id = self.REQUEST.get('anonymous_module', None)
if module_id:
module = getattr(portal, module_id, None)
......
292
\ No newline at end of file
293
\ No newline at end of file
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