1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 16:50:06 +01:00

Fix nome stampe in email

This commit is contained in:
Thomas Zilio 2019-10-16 18:20:02 +02:00
parent f8f9e7143a
commit e34bcd7d90

View File

@ -221,10 +221,6 @@ class EmailNotification extends PHPMailer implements NotificationInterface
{
$print = Prints::get($print);
if (empty($name)) {
$name = $print['title'].'.pdf';
}
// Utilizzo di una cartella particolare per il salvataggio temporaneo degli allegati
$path = DOCROOT.'/files/notifications/'.rand(0, 999);