mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 11:02:41 +00:00
get folder for notification mail
This commit is contained in:
parent
fdd91e1f7e
commit
22836f3c4f
|
@ -61,6 +61,7 @@ if (!is_object($workflow)) {
|
||||||
if($version->removeWorkflow($user)) {
|
if($version->removeWorkflow($user)) {
|
||||||
if ($notifier) {
|
if ($notifier) {
|
||||||
$nl = $document->getNotifyList();
|
$nl = $document->getNotifyList();
|
||||||
|
$folder = $document->getFolder();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$subject = "###SITENAME###: ".$document->getName()." - ".getMLText("remove_workflow_email");
|
$subject = "###SITENAME###: ".$document->getName()." - ".getMLText("remove_workflow_email");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user