From 3e849a44cd94b4b86d6ffdfe8111effdb2e64f75 Mon Sep 17 00:00:00 2001 From: ghermans Date: Wed, 19 Feb 2020 02:27:00 +0100 Subject: [PATCH] fixed leftover --- public/installer/Email.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/installer/Email.php b/public/installer/Email.php index 31440f03c..5d535395e 100644 --- a/public/installer/Email.php +++ b/public/installer/Email.php @@ -89,12 +89,12 @@ $('#mail_port').addClass('has-error'); $('#mail_port').append('
' + data.errors.mail_port + '
'); } -/* + if (data.errors.mail_encryption) { $('#mail_encryption').addClass('has-error'); $('#mail_encryption').append('
' + data.errors.mail_encryption + '
'); } -*/ + if (data.errors.mail_from) { $('#mail_from').addClass('has-error'); $('#mail_from').append('
' + data.errors.mail_from + '
');