From bb4d3abe6b8d7665aff78b02e57106972d1246c6 Mon Sep 17 00:00:00 2001 From: alejandro-campos <alejandro.campos@artica.es> Date: Fri, 17 Jan 2020 12:42:29 +0100 Subject: [PATCH] change config default value --- pandora_console/include/functions_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 2c94d0cb69..9100060e83 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -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;