mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fix bug: path of ssl certificate not being set on general settings
This commit is contained in:
parent
fef1441d9f
commit
52b1c5e39b
@ -180,7 +180,7 @@ function config_update_config()
|
||||
$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');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user