Aggiunta estensione pdf agli allegati delle email

This commit is contained in:
Fabio Lovato 2018-04-26 17:58:39 +02:00
parent 0097aa04cc
commit 4006d3f980
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ if (filter('op') == 'link_file' || filter('op') == 'unlink_file') {
$attachments[] = [ $attachments[] = [
'path' => $filename, 'path' => $filename,
'name' => $print['title'], 'name' => $print['title'].'.pdf',
]; ];
} }