mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Revert "Fix phpmailer array style (PHP 8.0)"
This reverts commit 0ba886bc6b
.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user