Fix PHP 7.4 Deprecate message

This commit is contained in:
RainLoop Team 2020-03-15 22:15:36 +03:00
parent 15ceddc202
commit a250d84025
8 changed files with 27 additions and 27 deletions

View file

@ -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);
}