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