fix setting comment in notificatoin mail

This commit is contained in:
Uwe Steinmann 2023-04-28 18:38:48 +02:00
parent b6e6b66125
commit adfa9c442f

View File

@ -753,7 +753,7 @@ class SeedDMS_NotificationService {
$params['name'] = $folder->getName();
$params['folder_path'] = $folder->getFolderPathPlain();
$params['old_comment'] = $oldcomment;
$params['new_comment'] = $comment;
$params['new_comment'] = $folder->getComment();
$params['username'] = $user->getFullName();
$params['url'] = getBaseUrl().$this->settings->_httpRoot."out/out.ViewFolder.php?folderid=".$folder->getID();
$params['sitename'] = $this->settings->_siteName;