Fix phpmailer array style (PHP 8.0)

This commit is contained in:
slawkens 2021-02-16 01:42:42 +01:00
parent 2684205b5a
commit 0ba886bc6b

View File

@ -348,7 +348,7 @@ function tln_getnxtag($body, $offset)
}
//intentional fall-through
case '>':
$attary{$attname} = '"yes"';
$attary[$attname] = '"yes"';
return array($tagname, $attary, $tagtype, $lt, $pos);
break;
default: