Revert "Fix phpmailer array style (PHP 8.0)"

This reverts commit 0ba886bc6bc898689e4c0630f724f7c620070981.
This commit is contained in:
slawkens 2021-02-16 01:56:21 +01:00
parent 5dbfde62a6
commit e95ea22dbd

View File

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