From 14a1204e60c1c0bd222f885dc2a9a142287f8545 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Mon, 8 Jan 2018 13:06:01 +0100 Subject: [PATCH] Fixed #4904 issue on email foward form after commit which add filter on form --- interface/web/mail/form/mail_forward.tform.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/web/mail/form/mail_forward.tform.php b/interface/web/mail/form/mail_forward.tform.php index 260d95398..3c902b422 100644 --- a/interface/web/mail/form/mail_forward.tform.php +++ b/interface/web/mail/form/mail_forward.tform.php @@ -100,9 +100,7 @@ $form["tabs"]['forward'] = array ( 2 => array( 'event' => 'SAVE', 'type' => 'TOLOWER'), 3 => array( 'event' => 'SAVE', - 'type' => 'STRIPTAGS'), - 4 => array( 'event' => 'SAVE', - 'type' => 'STRIPNL') + 'type' => 'STRIPTAGS') ), 'default' => '', 'value' => '', -- GitLab