mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
change config default value
This commit is contained in:
parent
d9062def99
commit
bb4d3abe6b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user