PM-4448 Los permisos asignados al drive de los usuarios no funcionan cuando se tiene habilitado el fexture PMGmail
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