mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
(mvc) fix comment in basefield type
This commit is contained in:
parent
8e93b4c475
commit
0bb3ab26ab
@ -374,7 +374,7 @@ abstract class BaseField
|
||||
$node->setValue($data[$key]);
|
||||
}
|
||||
} elseif (get_class($this) == "OPNsense\\Base\\FieldTypes\\ArrayField") {
|
||||
// mark item as missing in input, remove later
|
||||
// mark item as missing in input, return when finished
|
||||
$delItems[] = array("node" => $this, "key" => $key );
|
||||
} else {
|
||||
$delItems += $node->setNodes(array());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user