From 0ba886bc6bc898689e4c0630f724f7c620070981 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 16 Feb 2021 01:42:42 +0100 Subject: [PATCH] Fix phpmailer array style (PHP 8.0) --- system/libs/phpmailer/extras/htmlfilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/libs/phpmailer/extras/htmlfilter.php b/system/libs/phpmailer/extras/htmlfilter.php index 0c55ddb7..79ed8fc4 100644 --- a/system/libs/phpmailer/extras/htmlfilter.php +++ b/system/libs/phpmailer/extras/htmlfilter.php @@ -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: