mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Fix phpmailer array style (PHP 8.0)
This commit is contained in:
parent
2684205b5a
commit
0ba886bc6b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user