mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Fix PHP 7.4 Deprecate message
This commit is contained in:
parent
26c38b3ec9
commit
7eb1defa16
7 changed files with 22 additions and 22 deletions
|
|
@ -273,7 +273,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