diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index d344c3ce9c..b80fe726c8 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -1905,7 +1905,7 @@ function config_update_config() } break; - case 'ehorus': + case 'pandorarc': if (config_update_value('ehorus_enabled', (int) get_parameter('ehorus_enabled', 0), true) === false) { $error_update[] = __('Enable eHorus'); }