From 1a552cbd16a5980f25e65ef79b61c7981acafc4e Mon Sep 17 00:00:00 2001 From: frederic34 Date: Tue, 19 Apr 2016 18:27:56 +0200 Subject: [PATCH] typo --- htdocs/admin/mails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index cc824355fc8..b507ac89a50 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -451,7 +451,7 @@ if ($action == 'edit') print ''; // ID - if (! empty($conf->use_javascript_ajax) || (isset($conf->global->MAIN_MAIL_SENDMODE) && in_array($conf->global->MAIN_MAIL_SENDMODE, array('smmtps', 'swiftmailer')))) + if (! empty($conf->use_javascript_ajax) || (isset($conf->global->MAIN_MAIL_SENDMODE) && in_array($conf->global->MAIN_MAIL_SENDMODE, array('smtps', 'swiftmailer')))) { $var=!$var; $mainstmpid=(! empty($conf->global->MAIN_MAIL_SMTPS_ID)?$conf->global->MAIN_MAIL_SMTPS_ID:'');