error in derivation with attached files

This commit is contained in:
Dante
2015-11-24 14:44:13 -04:00
parent 4d9bcb0961
commit 2620955e74

View File

@@ -426,7 +426,7 @@ try {
$oDataset = AppDelegationPeer::doSelectRs($criteria);
$oDataset->setFetchmode(ResultSet::FETCHMODE_ASSOC);
while ($dataset->next()) {
$aRow = $oDataset->fetch();
$aRow = $oDataset->getRow();
if (array_search($aRow['USR_EMAIL'], $userPermission) == null) {
$userPermission[] = $aRow['USR_EMAIL'];
}