mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
set name of attachment in params when deleting it
This commit is contained in:
parent
b3a288ec3d
commit
5fed617fc1
|
@ -585,6 +585,7 @@ class SeedDMS_NotificationService {
|
|||
$subject = "removed_file_email_subject";
|
||||
$message = "removed_file_email_body";
|
||||
$params = array();
|
||||
$params['name'] = $file->getName();
|
||||
$params['document'] = $document->getName();
|
||||
$params['document_id'] = $document->getId();
|
||||
$params['username'] = $user->getFullName();
|
||||
|
|
Loading…
Reference in New Issue
Block a user