Merge branch 'ent-4179-No-se-guarda-certificado-SSL-en-el-setup-de-la-consola' into 'develop'
fix bug: path of ssl certificate not being set on general settings See merge request artica/pandorafms!2501
This commit is contained in:
commit
4eab732c94
|
@ -180,7 +180,7 @@ function config_update_config()
|
||||||
$error_update[] = __('Automatic check for updates');
|
$error_update[] = __('Automatic check for updates');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!config_update_value('cert_path', (bool) get_parameter('cert_path'))) {
|
if (!config_update_value('cert_path', get_parameter('cert_path'))) {
|
||||||
$error_update[] = __('SSL cert path');
|
$error_update[] = __('SSL cert path');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue