From 3d4fb61c58c3a7d6c3a5dc937fbf6e44942d37e6 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Sat, 12 Apr 2014 20:01:55 +0530 Subject: [PATCH] Typo mistake --- CRM/Utils/DeprecatedUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/DeprecatedUtils.php b/CRM/Utils/DeprecatedUtils.php index 22dcbb3080..2c30fe6145 100644 --- a/CRM/Utils/DeprecatedUtils.php +++ b/CRM/Utils/DeprecatedUtils.php @@ -438,7 +438,7 @@ function _civicrm_api3_deprecated_formatted_param($params, &$values, $create = F else { $matchingContactIds = explode(',', $checkDedupe['error_message']['params'][0]); if (count($matchingContactIds) > 1) { - return civicrm_api3_create_error("Invalid email address(duplicate)$email for Soft Credit. Row was skipped"); + return civicrm_api3_create_error("Invalid email address(duplicate) $email for Soft Credit. Row was skipped"); } elseif (count($matchingContactIds) == 1) { $contactId = $matchingContactIds[0]; -- 2.25.1