mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Fix PHP 7.4 Deprecate message
This commit is contained in:
parent
15ceddc202
commit
a250d84025
8 changed files with 27 additions and 27 deletions
|
|
@ -325,7 +325,7 @@ class ManageSieveClient extends \MailSo\Net\NetClient
|
|||
$sScript = '';
|
||||
if (\is_array($mResponse) && 0 < \count($mResponse))
|
||||
{
|
||||
if ('{' === $mResponse[0]{0})
|
||||
if ('{' === $mResponse[0][0])
|
||||
{
|
||||
\array_shift($mResponse);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue