mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Added [labs]forse_https settins
This commit is contained in:
parent
74b09e93df
commit
1a1be5c63a
3 changed files with 15 additions and 8 deletions
|
|
@ -49,7 +49,7 @@ class Api
|
|||
return false;
|
||||
}
|
||||
|
||||
if (self::Config()->Get('labs', 'disable_iconv_if_mbstring_supported') &&
|
||||
if (self::Config()->Get('labs', 'disable_iconv_if_mbstring_supported', false) &&
|
||||
\class_exists('MailSo\Capa') && \MailSo\Base\Utils::IsMbStringSupported())
|
||||
{
|
||||
\MailSo\Capa::$ICONV = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue