Commit bf3553f5 authored by Kevin Deldycke's avatar Kevin Deldycke

Sorry, I forgot light_install parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8101 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 918ae288
......@@ -60,6 +60,7 @@ def manage_addERP5Site( self
, erp5_sql_deferred_connection_string = 'test test'
, cmf_activity_sql_connection_type = 'Z MySQL Database Connection'
, cmf_activity_sql_connection_string = 'test test'
, light_install = 0
, reindex = 1
, RESPONSE = None
):
......@@ -78,7 +79,8 @@ def manage_addERP5Site( self
, cmf_activity_sql_connection_type
, cmf_activity_sql_connection_string
, create_activities
, reindex
, light_install = light_install
, reindex = reindex
)
gen.setupDefaultProperties( p
, title
......
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