Posted by swmerrill on April 20, 2009 at 3:14am
Jump to:
| Project: | Autoresponder |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | cyberpunk |
| Status: | closed (fixed) |
Issue Summary
When a user clicks the link at the bottom of the email message to view the message on the web, the View Message page that comes up in the browser shows the Subject in both the Subject line and the Body area.
The fix for this is to change the code in autoresponder.module on line 433 from:
'#value' => $message->subject
to
'#value' => $message->body
Comments
#1
Fixed in dev version.