Displays subject in body on View Message page
swmerrill - April 20, 2009 - 03:14
| Project: | Autoresponder |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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
