Mark this entry as an array before treating it as such otherwise php complains.

This commit is contained in:
Ermal 2010-10-22 16:05:39 +00:00
parent be81b34024
commit 1feb93cf74

View File

@ -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'];
}