fix: [enrichment view] Fixed typo

pull/3660/merge
chrisr3d 2019-03-28 10:19:36 +01:00
parent 823ea745be
commit 38e1eda0bc
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
'type' => 'hidden',
'value' => json_encode($event, true)
);
echo $this->form->input('data', $formSettings);
echo $this->Form->input('data', $formSettings);
$scope = !empty($proposals) ? 'proposals of' : '';
$objects_array = array();
if (isset($event['Attribute'])) {