Hi,
when I tried to implement the hook_webform_submission_create() hook, I've recognized that this hook name is incorrect, as the hook is called with drupal_alter(). Instead the correct name must be "hook_webform_submission_create_alter" and the parameters are called by reference.

I've already prepared a patch, that I'll add immediately.

Comments

agoradesign’s picture

Status: Active » Needs review
StatusFileSize
new466 bytes

So, here's the patch!

danchadwick’s picture

Status: Needs review » Fixed

Thanks! The testbot is now unstuck, so the tests passed. Committed to 7.x-4.x and 8.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.