Skip to content
Snippets Groups Projects
Unverified Commit 9fbc6c2b authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #24128 from eileenmcnaughton/greeting

Remove unused variable
parents 20bfc551 91837d8e
Branches
Tags
No related merge requests found
......@@ -1350,7 +1350,6 @@ class CRM_Utils_Token {
return;
}
// check if there are any tokens
$greetingTokens = self::getTokens($tokenString);
$context = $contactId ? ['contactId' => $contactId] : [];
if ($contactDetails) {
$context['contact'] = isset($contactDetails[0]) ? reset($contactDetails[0]) : $contactDetails;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment