Closed (fixed)
Project:
Autoresponder
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2009 at 03:14 UTC
Updated:
22 Feb 2010 at 21:02 UTC
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
Comment #1
aleksey.tk commentedFixed in dev version.