PMCORE-4068

This commit is contained in:
Luciana Nuñez
2022-12-23 12:33:46 -04:00
parent eda8919e51
commit 35142e699a

View File

@@ -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';