mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Revert "Fix phpmailer array style (PHP 8.0)"
This reverts commit 0ba886bc6bc898689e4c0630f724f7c620070981.
This commit is contained in:
parent
5dbfde62a6
commit
e95ea22dbd
@ -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