wrong email field
zanoman - July 27, 2009 - 17:51
| Project: | Admin Notify |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
$form['admin_notify_email'] = array(
'#type' => 'textfield',
'#title' => t('Email to whom the notification is to be sent'),
'#default_value' => variable_get('admin_notify_node_types', $admin_mail),
should be
$form['admin_notify_email'] = array(
'#type' => 'textfield',
'#title' => t('Email to whom the notification is to be sent'),
'#default_value' => variable_get('admin_notify_email', $admin_mail),
