Skip to content

Commit

Permalink
Merge pull request TheDMSGroup#82 from TheDMSGroup/dnc-patch
Browse files Browse the repository at this point in the history
[dnc-patch] patch update
  • Loading branch information
heathdutton authored Mar 13, 2019
2 parents 84c6c50 + d2e3803 commit 3a0381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patches/7288.diff
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ index 3bf4d9304f..04f0216cae 100644
+ if (!empty($this->dispatcher)) {
+ $event = $this->dispatcher->dispatch(
+ LeadEvents::GET_DNC_ENTITIES,
+ new LeadDNCGetEntitiesEvent($dncEntities)
+ new LeadDNCGetEntitiesEvent($lead, $channel, $dncEntities)
+ );
+ $dncEntities = $event->getDNCEntities();
+ }
Expand Down

0 comments on commit 3a0381a

Please sign in to comment.