diff --git a/CRM/Contact/Form/Task/Delete.php b/CRM/Contact/Form/Task/Delete.php index 081a43bfd..5c4137bb9 100644 --- a/CRM/Contact/Form/Task/Delete.php +++ b/CRM/Contact/Form/Task/Delete.php @@ -182,6 +182,7 @@ function preProcess() { $smartMarketing = CRM_Mailing_External_SmartMarketing::getProviderByGroup($groupId); if (!empty($smartMarketing)) { $this->assign('smart_marketing_hint', TRUE); + break; } } }