mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
new mail body for change of version comment
This commit is contained in:
parent
97bdb0773d
commit
7f61dbbcad
|
@ -765,8 +765,8 @@ class SeedDMS_NotificationService {
|
|||
$document = $content->getDocument();
|
||||
$notifyList = $document->getNotifyList();
|
||||
$folder = $document->getFolder();
|
||||
$subject = "document_comment_changed_email_subject";
|
||||
$message = "document_comment_changed_email_body";
|
||||
$subject = "version_comment_changed_email_subject";
|
||||
$message = "version_comment_changed_email_body";
|
||||
$params = array();
|
||||
$params['name'] = $document->getName();
|
||||
$params['version'] = $content->getVersion();
|
||||
|
|
Loading…
Reference in New Issue
Block a user