Closed (fixed)
Project:
Signup
Version:
6.x-1.x-dev
Component:
Email
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Nov 2008 at 11:09 UTC
Updated:
22 Nov 2008 at 20:11 UTC
Jump to comment: Most recent file
I've committed the initial D6 port to HEAD (#222217: Port to 6.x), but one of the known bugs is that when you try to send yourself a copy of a signup broadcast email, you get some PHP errors and it's otherwise broken.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 330840_signup_broadcast_send_to_self.1.patch | 2.5 KB | dww |
Comments
Comment #1
dwwI don't know of any way to fix this and support theme_signup_broadcast_sender_copy() with the raw copy and the replaced tokens, unless I disable hook_mail()'s token replacement in this case. Seems like something of an evil hack, but it works.
Comment #2
dwwCommitted this to HEAD.