1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

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

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',
]; ];
} }