change config default value

This commit is contained in:
alejandro-campos 2020-01-17 12:42:29 +01:00
parent d9062def99
commit bb4d3abe6b
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ function config_update_config()
$error_update[] = __('CSV divider');
}
if (!config_update_value('use_data_multiplier', get_parameter('use_data_multiplier', ';'))) {
if (!config_update_value('use_data_multiplier', get_parameter('use_data_multiplier', '1'))) {
$error_update[] = __('Use data multiplier');
}
break;