mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Small fix
This commit is contained in:
parent
c923a23e4d
commit
1dc561c25e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class Api
|
|||
|
||||
\MailSo\Config::$SystemLogger = \RainLoop\Api::Logger();
|
||||
|
||||
$sSslCafile = $this->Config()->Get('ssl', 'cafile', '');
|
||||
$sSslCafile = \RainLoop\Api::Config()->Get('ssl', 'cafile', '');
|
||||
if (!empty($sSslCafile))
|
||||
{
|
||||
\MailSo\Hooks::Add('Net.NetClient.StreamContextSettings/Filter', function (&$aStreamContextSettings) use ($sSslCafile) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue