...
|
...
|
@@ -973,6 +973,7 @@ class Home extends Base { |
|
|
}
|
|
|
|
|
|
if($data){
|
|
|
$data['subject'] = str_replace("\n ",'',$data['subject']);
|
|
|
$data['uuid'] = get_email_uuid($data['subject'],$data['udate'],$data['from'],$data['to'],$data['size']);
|
|
|
|
|
|
$data['description'] = @html_entity_decode($data['description']??'', ENT_COMPAT, 'UTF-8');
|
...
|
...
|
|