Skip to content
Snippets Groups Projects
Commit af9d0674 authored by Patrick Broens's avatar Patrick Broens Committed by Susanne Moog
Browse files

[BUGFIX] Fix broken Fluid templates

In some versions of PHP there is a PCRE bug, which will be triggered when
using an unquoted array syntax in Fluid templates, leading to an error
and possibly not able to display the rendered template.

This is solved by using the quoted array syntax where it is not used yet.

Resolves: #87970
Releases: master, 9.5
Change-Id: I36f4ee86765fae24f7daa0e7e59ff9fc6741144f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62450


Reviewed-by: default avatarRens Admiraal <rens@simplyadmire.com>
Reviewed-by: default avatarAlexander Schnitzler <review.typo3.org@alexanderschnitzler.de>
Reviewed-by: default avatarClaus Due <claus@phpmind.net>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarSusanne Moog <look@susi.dev>
parent ff710d54
Branches
Tags
Showing
with 33 additions and 33 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment