X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FToken.php;h=dd81e288723afc3513440e0d6b94c18edf0920a2;hb=e0c4f234b9eab061bade28bd91a39f8912f9e2be;hp=10d5d8937f3b8817c306009027b247b4d901a02a;hpb=e4b0f26b01d29e051b6380cfadaa83119dc5a2a7;p=civicrm-core.git diff --git a/CRM/Utils/Token.php b/CRM/Utils/Token.php index 10d5d8937f..dd81e28872 100644 --- a/CRM/Utils/Token.php +++ b/CRM/Utils/Token.php @@ -1364,11 +1364,11 @@ class CRM_Utils_Token { $escapeSmarty ); } - + // check if there are still any unevaluated tokens $remainingTokens = self::getTokens($tokenString); - // contact related $greetingTokens not empty, there are customized or hook tokens to replace + // contact related $greetingTokens not empty, there are customized or hook tokens to replace if (!empty($remainingTokens['contact']) ) { // Fill the return properties array $greetingTokens = $remainingTokens['contact'];