Merged in bugfix/HOR-3670-PQ (pull request #5913)
HOR-3670 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -269,7 +269,7 @@ class AppDelegation extends BaseAppDelegation
|
||||
$dataAbe = $resultAbe->getRow();
|
||||
$flagActionsByEmail = false;
|
||||
if($dataAbe['ABE_TYPE']!='' && $data->USR_UID!=''){
|
||||
$actionsByEmail = new actionsByEmailCoreClass();
|
||||
$actionsByEmail = new ActionsByEmailCoreClass();
|
||||
$actionsByEmail->sendActionsByEmail($data, $dataAbe);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user