Closed (fixed)
Project:
Forward
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 04:31 UTC
Updated:
16 Feb 2010 at 22:40 UTC
Jump to comment: Most recent file
The configurable email subject and body on admin/settings/forward are not being used when forwarding nodes or views. It uses the default settings.
this small patch fixes that.
thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | forward_subject_body.patch | 2.64 KB | loze |
| forward_subject_body.patch | 809 bytes | loze |
Comments
Comment #1
loze commentedsorry, the first patch didn't do the job.
this one does.
basically all it does is make the $emailtype variable either 'epostcard' or 'page' instead of 'epostcard' or 'email', which I think makes more sense, since you're either forwarding a page or a postcard. And since your config variables are forward_page_subject and forward_epostcard_subject, this now matches
Comment #2
loze commentedComment #3
seanrThanks. This will be fixed in the next version.