mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Init array before use
This commit is contained in:
parent
3033533635
commit
42d32909a1
@ -219,6 +219,7 @@ if ($_POST['save']) {
|
||||
$gentry['ifname'] = "QinQ";
|
||||
$gentry['members'] = "{$additions}";
|
||||
$gentry['descr'] = gettext("QinQ VLANs group");
|
||||
init_config_arr(array('ifgroups', 'ifgroupentry'));
|
||||
$config['ifgroups']['ifgroupentry'][] = $gentry;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user