mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Mark this entry as an array before treating it as such otherwise php complains.
This commit is contained in:
parent
be81b34024
commit
1feb93cf74
@ -1322,6 +1322,7 @@ function upgrade_051_to_052() {
|
||||
$crl['descr'] = "Imported OpenVPN CRL #{$index}";
|
||||
$crl['caref'] = $ca['refid'];
|
||||
$crl['text'] = $server['crl'];
|
||||
$config['crl'] = array();
|
||||
$config['crl'][] = $crl;
|
||||
$server['crlref'] = $crl['refid'];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user