Closed (works as designed)
Project:
Signup
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2008 at 08:32 UTC
Updated:
26 Apr 2008 at 09:52 UTC
For a non administrator the from for the broadcast is wrong
$form['from'] = array(
'#value' => t('This message will be sent from: %from', array('%from' => $user->mail)),
'#pre' => '<strong>',
'#post' => '</strong>',
);
this does not put the email in the value and that is what signup_broadcast_form_submit expects....
Comments
Comment #1
dwwIf you're going to read the code and submit a "bug" report, please read the code: