fix (#1944)
This commit is contained in:
@@ -729,7 +729,7 @@ class LeadCapture
|
||||
]);
|
||||
|
||||
if (!empty($data->description)) {
|
||||
$logRecord->set('description', $description);
|
||||
$logRecord->set('description', $data->description);
|
||||
}
|
||||
|
||||
$this->entityManager->saveEntity($logRecord);
|
||||
|
||||
Reference in New Issue
Block a user