Merged in mcuiza/processmaker/HOR-848 (pull request #4150)

HOR-848
This commit is contained in:
Julio Cesar Laura Avendaño
2016-04-25 17:28:09 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1095,7 +1095,7 @@ class Process extends BaseProcess
$oRuleSet->setFetchmode( ResultSet::FETCHMODE_ASSOC );
while($oRuleSet->next()) {
$row = $oRuleSet->getRow();
if(isset($row['USR_UID'])) {
if(isset($row['USR_UID']) && $row['USR_UID'] != '' ) {
$usersArray[$row['USR_UID']] = $row['USR_UID'];
}
$oCase->deleteDelegation($row['APP_UID']);