Skip to content

Commit

Permalink
refs #40466, do not loop all smart groups when found
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Jun 7, 2024
1 parent ecf80bc commit 5241823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Contact/Form/Task/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ function preProcess() {
$smartMarketing = CRM_Mailing_External_SmartMarketing::getProviderByGroup($groupId);
if (!empty($smartMarketing)) {
$this->assign('smart_marketing_hint', TRUE);
break;
}
}
}
Expand Down

0 comments on commit 5241823

Please sign in to comment.