Closed (fixed)
Project:
Autoresponder
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Sep 2008 at 14:38 UTC
Updated:
21 Feb 2009 at 15:10 UTC
Jump to comment: Most recent file
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!