Merged in julceslau/processmaker/3.1 (pull request #4770)
Fixing bad variable name in workflow/engine/src/ProcessMaker/BusinessModel/Cases.php
This commit is contained in:
@@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user