From 5a8a8c6139d3ba27282fd3e8611828c242876af0 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 8 Apr 2024 17:09:45 +0200 Subject: [PATCH] #13378 fix pandorarc switch on --- 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 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'); }