mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set version in sendChangedVersionCommentMail()
This commit is contained in:
parent
33c6436c16
commit
abd52ea219
|
@ -542,6 +542,7 @@ class SeedDMS_NotificationService {
|
|||
$message = "document_comment_changed_email_body";
|
||||
$params = array();
|
||||
$params['name'] = $document->getName();
|
||||
$params['version'] = $content->getVersion();
|
||||
$params['folder_path'] = $folder->getFolderPathPlain();
|
||||
$params['old_comment'] = $oldcomment;
|
||||
$params['new_comment'] = $content->getComment();
|
||||
|
|
Loading…
Reference in New Issue
Block a user