Commit 875fe45f authored by Lucas Carvalho's avatar Lucas Carvalho

Typo introduced by someone else.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42143 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a0a56f1b
......@@ -85,7 +85,7 @@ if business_template is not None:\n
print "Updated Role Mappings for: %s(%s) " %(module.getTitle(), module.getPortalType())\n
\n
# update path items. FIXME: local roles should be exported by business template instead\n
for path in business_templates.getTemplatePathList():\n
for path in business_template.getTemplatePathList():\n
obj = portal.restrictedTraverse(path, None)\n
# no need to update security on categories\n
if obj is not None and obj.getPortalType() not in (\'Category\', \'Base Category\',):\n
......
563
\ No newline at end of file
564
\ 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