mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +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";
|
$subject = "removed_file_email_subject";
|
||||||
$message = "removed_file_email_body";
|
$message = "removed_file_email_body";
|
||||||
$params = array();
|
$params = array();
|
||||||
|
$params['name'] = $file->getName();
|
||||||
$params['document'] = $document->getName();
|
$params['document'] = $document->getName();
|
||||||
$params['document_id'] = $document->getId();
|
$params['document_id'] = $document->getId();
|
||||||
$params['username'] = $user->getFullName();
|
$params['username'] = $user->getFullName();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user