Commit 8855ac58 authored by Sebastien Robin's avatar Sebastien Robin

fix a small thing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2036 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32162c9e
......@@ -238,7 +238,7 @@ def setupERP5Site(business_template_list=(), app=None, portal_name=portal_name,
# Do hot reindexing
portal.portal_catalog.manage_hotReindexAll()
portal_activities = portal.portal_activities
if portal_activities is not None:
#if portal_activities is not None:
# while len(portal_activities.getMessageList()) > 0:
# portal_activities.distribute()
# portal_activities.tic()
......
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