This commit is contained in:
Paula V. Quispe
2015-11-27 16:54:35 -04:00
parent 626cfd55fe
commit a7b3d181bf

View File

@@ -198,8 +198,8 @@ class AppDelegation extends BaseAppDelegation
$resultAbe->setFetchmode(ResultSet::FETCHMODE_ASSOC);
if ($resultAbe->next()) {
$dataAbe = $resultAbe->getRow();
$flagActionsByEmail = false;
if($dataAbe['ABE_TYPE']!='' && $data->USR_UID!=''){
$flagActionsByEmail = false;
G::LoadClass('actionsByEmailCore');
$actionsByEmail = new actionsByEmailCoreClass();
$actionsByEmail->sendActionsByEmail($data);