Merged in danteloayza/processmaker/PM-4448 (pull request #3397)
PM-4448
This commit is contained in:
@@ -425,7 +425,7 @@ try {
|
||||
|
||||
$oDataset = AppDelegationPeer::doSelectRs($criteria);
|
||||
$oDataset->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||
while ($dataset->next()) {
|
||||
while ($oDataset->next()) {
|
||||
$aRow = $oDataset->getRow();
|
||||
if (array_search($aRow['USR_EMAIL'], $userPermission) === false) {
|
||||
$userPermission[] = $aRow['USR_EMAIL'];
|
||||
|
||||
Reference in New Issue
Block a user