#13378 fix pandorarc switch on

This commit is contained in:
Jonathan 2024-04-08 17:09:45 +02:00
parent 8539d1d905
commit 5a8a8c6139
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}