Download & Extend

Displays subject in body on View Message page

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

Assigned to:Anonymous» cyberpunk
Status:active» closed (fixed)

Fixed in dev version.