Skip to content

Commit 14a1204

Browse files
author
Till Brehm
committed
Fixed #4904 issue on email foward form after commit which add filter on form
1 parent 6fd82d9 commit 14a1204

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@
100100
2 => array( 'event' => 'SAVE',
101101
'type' => 'TOLOWER'),
102102
3 => array( 'event' => 'SAVE',
103-
'type' => 'STRIPTAGS'),
104-
4 => array( 'event' => 'SAVE',
105-
'type' => 'STRIPNL')
103+
'type' => 'STRIPTAGS')
106104
),
107105
'default' => '',
108106
'value' => '',

0 commit comments

Comments
 (0)