PMCORE-3491

This commit is contained in:
Paula Quispe
2021-11-04 15:45:11 -04:00
parent f91133374f
commit 7818984748

View File

@@ -1248,7 +1248,7 @@ class System
}
$value = $config['at_risk_delegation_max_time'];
if ($value > 0 && $value < 1) {
if ($value < 0 || $value > 1) {
$config['at_risk_delegation_max_time'] = self::$defaultConfig['at_risk_delegation_max_time'];
}