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:
parent
f8f9e7143a
commit
e34bcd7d90
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user