diff --git a/CRM/Mailing/External/SmartMarketing/Flydove.php b/CRM/Mailing/External/SmartMarketing/Flydove.php index b256b8330..b3e5cf39b 100644 --- a/CRM/Mailing/External/SmartMarketing/Flydove.php +++ b/CRM/Mailing/External/SmartMarketing/Flydove.php @@ -394,8 +394,8 @@ public static function formatResult($meta) { if (!empty($meta['#count']['skipped']) && !empty($skippedText)) { $report['skipped'] = ts('Flydove').': '.ts('Skipped %1 contacts due to reasons: %2.', array( 1 => $meta['#count']['skipped'], - 2 => implode(' / ', $skippedText)), - ); + 2 => implode(' / ', $skippedText), + )); } return $report; }