Commit d6edb0fc authored by Sebastien Robin's avatar Sebastien Robin

update the cache after the installation of the site

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11085 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f445f684
......@@ -925,6 +925,7 @@ class ERP5Generator(PortalGenerator):
p._setProperty('management_page_charset', 'UTF-8', 'string')
self.setup(p, create_userfolder, create_activities=create_activities,
reindex=reindex, **kw)
p.portal_caches.updateCache()
return p
def setupLastTools(self, p, **kw):
......
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