Upon submitting the user registration form, if there are no active autoresponder sets to be displayed on the form, then an error happens in the foreach statement on line 1225 in autoresponder.module.
The problem is the empty sets array (responder sets) passed into foreach.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | autoresponder-315295-1.patch | 838 bytes | ench0 |
Comments
Comment #1
ench0 commentedThe attached patch fixes this problem.
Comment #2
aleksey.tk commentedFixed in Drupal 5 HEAD by Appying your patch. Thanks!