PMCORE-4068
This commit is contained in:
@@ -1352,7 +1352,8 @@ class ProcessMap
|
|||||||
* Task Notifications *
|
* Task Notifications *
|
||||||
*/
|
*/
|
||||||
if ($iForm == 7 || $iForm == 1) {
|
if ($iForm == 7 || $iForm == 1) {
|
||||||
$files = Processes::getProcessFiles($aFields['PRO_UID'], 'mail');
|
$processes = new Processes();
|
||||||
|
$files = $processes->getProcessFiles($aFields['PRO_UID'], 'mail');
|
||||||
|
|
||||||
$templates = array();
|
$templates = array();
|
||||||
$templates[] = 'dummy';
|
$templates[] = 'dummy';
|
||||||
|
|||||||
Reference in New Issue
Block a user