jweiland-net/glossary2

Replace deprecated syntax with curly braces for accessing array and string offset

Closed this issue · 1 comments

Has been deprecated in PHP 7.4 (https://wiki.php.net/rfc/deprecate_curly_braces_array_access)

PHP Runtime Deprecation Notice: Array and string offset access syntax with curly braces is deprecated in /var/www/default/htdocs/private/typo3conf/ext/glossary2/Classes/Controller/GlossaryController.php line 85 

Solved with version 4.3.3 (TYPO3 9/10) and dev-master (TYPO3 11).