Skip to content

Commit 95ae83a

Browse files
author
Till Brehm
committed
Fixed: FS#2811 - Creating a mail filter ends with Soap Error: target_error_regex
1 parent ede489d commit 95ae83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
'datatype' => 'VARCHAR',
113113
'formtype' => 'TEXT',
114114
'validators' => array ( 0 => array ( 'type' => 'REGEX',
115-
'regex' => '/^[\p{Latin}0-9\.\-\_\ ]{0,100}$/u',
115+
'regex' => '/^[\p{Latin}0-9\.\-\_\ \&]{0,100}$/u',
116116
'errmsg'=> 'target_error_regex'),
117117
),
118118
'default' => '',

0 commit comments

Comments
 (0)