Fixed saving empty vlans

This commit is contained in:
Frank Schubert
2021-06-29 22:59:25 +02:00
parent 7353885310
commit e70c714b60

View File

@@ -1,8 +1,6 @@
<?php
class Pop extends mfBaseModel {
protected $forcestr = ['vlan_public', 'vlan_nat', 'vlan_ipv6'];
private $network;
public function getProperty($name) {