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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | usermerge-hook-invocation-2254479-1.patch | 678 bytes | rgristroph |
Comments
Comment #1
rgristroph commentedComment #2
antiorario commentedGood catch. Committed.