Linting fix

This commit is contained in:
Dan Hensby 2020-09-21 12:02:07 +01:00 committed by Ingo Schommer
parent 5dcf5197da
commit 23ffd2bbd6
1 changed files with 0 additions and 1 deletions

View File

@ -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];