set version in sendChangedVersionCommentMail()

This commit is contained in:
Uwe Steinmann 2021-05-17 07:01:03 +02:00
parent 33c6436c16
commit abd52ea219

View File

@ -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();