Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.8, 4.2.3
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM, Drupal Integration Modules
-
Labels:None
Description
Every call to hook_user_update() triggers a log entry in the CiviCRM changelog, even if no data was changed in CiviCRM.
The reason is that CiviCRM calls CRM_Core_BAO_UFMatch::updateContactEmail() irrespective of whether the email has changed.