Skip to content

Commit

Permalink
Merge pull request #24378 from civicrm/5.53
Browse files Browse the repository at this point in the history
5.53
  • Loading branch information
eileenmcnaughton authored Aug 24, 2022
2 parents fc9b119 + 18341e6 commit 6c2c453
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 @@ -247,7 +247,7 @@ public static function &synchronizeUFMatch(&$user, $userKey, $uniqId, $uf, $stat
else {
$primary_email = $user->email;
}
$params = ['email' => $primary_email];
$params['email'] = $primary_email;
}

if ($ctype === 'Organization') {
Expand Down

0 comments on commit 6c2c453

Please sign in to comment.