Skip to content

Commit

Permalink
Merge pull request civicrm#25658 from demeritcowboy/contact-params
Browse files Browse the repository at this point in the history
Use correct var for joomla synchronizeUFMatch
  • Loading branch information
seamuslee001 authored Feb 24, 2023
2 parents 1cb8fbf + ba125e3 commit d16ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/BAO/UFMatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public static function &synchronizeUFMatch(&$user, $userKey, $uniqId, $uf, $stat
// extract first / middle / last name
// for joomla
if ($uf === 'Joomla' && $user->name) {
CRM_Utils_String::extractName($user->name, $dedupeParameters);
CRM_Utils_String::extractName($user->name, $contactParameters);
}

if ($uf === 'WordPress') {
Expand Down

0 comments on commit d16ea4e

Please sign in to comment.