Update subform class

This commit is contained in:
Oh
2024-06-28 09:05:08 +02:00
parent a89d8c8719
commit 2024bef575
77 changed files with 77 additions and 77 deletions

View File

@@ -120,7 +120,7 @@ final class MultiSubform implements MultiSubformInterface
public function set(array $items, array $setMap): bool
{
// Validate the core map presence and structure
if (!isset($setMap['_core']) || !is_array($getMap['_core']) || !$this->validSetMap($setMap['_core']))
if (!isset($setMap['_core']) || !is_array($setMap['_core']) || !$this->validSetMap($setMap['_core']))
{
return false;
}