Fix issue

This commit is contained in:
José González 2022-10-04 16:59:25 +02:00
parent 2ed0bb581a
commit b5dcc5936e
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ function config_update_config()
break;
case 'pass':
if (isset($config['enterprise_installed']) === true && (bool) $config['enterprise_installed'] === 1) {
if (isset($config['enterprise_installed']) === true && (bool) $config['enterprise_installed'] === true) {
if (config_update_value('enable_pass_policy', get_parameter('enable_pass_policy'), true) === false) {
$error_update[] = __('Enable password policy');
}