mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
filter: fix a typo
This commit is contained in:
parent
1e3b92e959
commit
f1c28948d1
@ -910,7 +910,7 @@ function filter_generate_optcfg_array()
|
||||
if (isset($oc['alias-subnet'])) {
|
||||
$oic['alias-subnet'] = $oc['alias-subnet'];
|
||||
} else {
|
||||
$oc['alias-subnet'] = null;
|
||||
$oic['alias-subnet'] = null;
|
||||
}
|
||||
if (isset($oc['gateway'])) {
|
||||
$oic['gateway'] = $oc['gateway'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user