Skip to content
Snippets Groups Projects
Commit 600a4b0a authored by Jesse Norell's avatar Jesse Norell
Browse files

sender_cc must be optional

parent bad49e15
No related branches found
No related tags found
No related merge requests found
...@@ -200,6 +200,7 @@ $form["tabs"]['mailuser'] = array( ...@@ -200,6 +200,7 @@ $form["tabs"]['mailuser'] = array(
'type' => 'TOLOWER') 'type' => 'TOLOWER')
), ),
'validators' => array ( 0 => array ( 'type' => 'ISEMAIL', 'validators' => array ( 0 => array ( 'type' => 'ISEMAIL',
'allowempty' => 'y',
'errmsg'=> 'sender_cc_error_isemail'), 'errmsg'=> 'sender_cc_error_isemail'),
), ),
'default' => '', 'default' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment