There is a drupal_alter('usermerge_merge_accounts_alter' . . . .) where there should be a drupal_alter('usermerge_merge_accounts' . . . ) which caused it to call hook_usermerge_merge_accounts_alter_alter() when we wanted hook_usermerge_accounts_alter().

Patch attached.

Comments

rgristroph’s picture

StatusFileSize
new678 bytes
antiorario’s picture

Status: Needs review » Closed (fixed)

Good catch. Committed.