mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set folder_name in notification mail
This commit is contained in:
parent
8b1db12b9b
commit
2659dab13f
|
@ -98,6 +98,7 @@ if (is_object($subFolder)) {
|
|||
$message = "new_subfolder_email_body";
|
||||
$params = array();
|
||||
$params['name'] = $subFolder->getName();
|
||||
$params['folder_name'] = $folder->getName();
|
||||
$params['folder_path'] = $folder->getFolderPathPlain();
|
||||
$params['username'] = $user->getFullName();
|
||||
$params['comment'] = $comment;
|
||||
|
|
Loading…
Reference in New Issue
Block a user