mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59: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
|
//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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user