diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b003aee82b..301368a344 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-02-06 Miguel de Dios + + * include/functions_config.php: uploaded the lost character key. + 2013-02-06 Sergio Martin * include/functions_treeview.php: Fixed repeated messages on diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 75db5fc4c4..7ecf849ca8 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -872,7 +872,7 @@ function config_process_config () { if (!isset($config['command_snapshot'])) { config_update_value ('command_snapshot', 1); - + } /* Finally, check if any value was overwritten in a form */ config_update_config(); }