From 4006d3f9802341bf84ad1ada42069f61ddae02b4 Mon Sep 17 00:00:00 2001 From: Fabio Lovato Date: Thu, 26 Apr 2018 17:58:39 +0200 Subject: [PATCH] Aggiunta estensione pdf agli allegati delle email --- actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.php b/actions.php index 41b1437fb..20f8fbca2 100644 --- a/actions.php +++ b/actions.php @@ -231,7 +231,7 @@ if (filter('op') == 'link_file' || filter('op') == 'unlink_file') { $attachments[] = [ 'path' => $filename, - 'name' => $print['title'], + 'name' => $print['title'].'.pdf', ]; }