PM-4193
This commit is contained in:
@@ -198,8 +198,8 @@ class AppDelegation extends BaseAppDelegation
|
|||||||
$resultAbe->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
$resultAbe->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||||
if ($resultAbe->next()) {
|
if ($resultAbe->next()) {
|
||||||
$dataAbe = $resultAbe->getRow();
|
$dataAbe = $resultAbe->getRow();
|
||||||
if($dataAbe['ABE_TYPE']!='' && $data->USR_UID!=''){
|
|
||||||
$flagActionsByEmail = false;
|
$flagActionsByEmail = false;
|
||||||
|
if($dataAbe['ABE_TYPE']!='' && $data->USR_UID!=''){
|
||||||
G::LoadClass('actionsByEmailCore');
|
G::LoadClass('actionsByEmailCore');
|
||||||
$actionsByEmail = new actionsByEmailCoreClass();
|
$actionsByEmail = new actionsByEmailCoreClass();
|
||||||
$actionsByEmail->sendActionsByEmail($data);
|
$actionsByEmail->sendActionsByEmail($data);
|
||||||
|
|||||||
Reference in New Issue
Block a user