fix: vlan port mappings not removed (#6423)

Thanks to @diodo for supplying this fix.
This commit is contained in:
Tony Murray
2017-04-15 14:08:49 -05:00
committed by Neil Lathwood
parent 801a563c10
commit 924b751be4

View File

@@ -64,7 +64,7 @@ foreach ($device['vlans'] as $domain_id => $vlans) {
$db_id = dbInsert(array_merge($db_w, $db_a), 'ports_vlans');
echo 'Inserted';
}
$valid_vlan_port_ids[] = $db_id;
$valid_vlan_port[] = $db_id;
echo PHP_EOL;
}//end foreach