mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Linting fix
This commit is contained in:
parent
5dcf5197da
commit
23ffd2bbd6
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user