Fixing bad variable name in workflow/engine/src/ProcessMaker/BusinessModel/Cases.php

This commit is contained in:
Julio Cesar Laura Avendaño
2016-08-15 16:01:02 -04:00
parent b430af828f
commit dda1bf9ad2

View File

@@ -2944,7 +2944,7 @@ class Cases
}
//Current users of OPEN DEL_INDEX thread
$aCurUser = $oAppDel->getCurrentUsers($val['APP_UID'], $val['INDEX']);
$aCurUser = $appDelegation->getCurrentUsers($val['APP_UID'], $val['INDEX']);
if (!empty($aCurUser)) {
foreach ($aCurUser as $key => $value) {
if ($value === $data['usr_uid_target']) {