Skip to content

Commit 600a4b0

Browse files
committed
sender_cc must be optional
1 parent bad49e1 commit 600a4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
'type' => 'TOLOWER')
201201
),
202202
'validators' => array ( 0 => array ( 'type' => 'ISEMAIL',
203+
'allowempty' => 'y',
203204
'errmsg'=> 'sender_cc_error_isemail'),
204205
),
205206
'default' => '',

0 commit comments

Comments
 (0)