diff --git a/src/Forms/Form.php b/src/Forms/Form.php index 9ac318515..eb9d9b381 100644 --- a/src/Forms/Form.php +++ b/src/Forms/Form.php @@ -1482,7 +1482,6 @@ class Form extends ViewableData implements HasRequestHandler // Regular array access. Note that dot-syntax not supported here } elseif (is_array($data)) { - if (array_key_exists($name, $data)) { $exists = true; $val = $data[$name];