fix: [enrich event] Typo

pull/6262/head
chrisr3d 2020-08-28 17:48:25 +02:00
parent f020085168
commit a531e9c0b6
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -5381,7 +5381,7 @@ class Event extends AppModel
foreach ($ft['types'] as $type) {
$temp[$type] = $type;
}
$ft['event_id'] = $eventid;
$ft['event_id'] = $event_id;
$ft['types'] = $temp;
$ft['comment'] = isset($r['comment']) ? $r['comment'] : false;
}