Skip to content

Commit

Permalink
use correct var
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Feb 24, 2023
1 parent 1cb8fbf commit ba125e3
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 ba125e3

Please sign in to comment.