TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
153 stars 93 forks source link

[BUGFIX] Supply correct parameter to json_decode #928

Closed s2b closed 1 month ago

s2b commented 1 month ago

This line has been changed several times, but was probably never correct: Either set the second parameter of json_decode() to true to get an associative array or set the flag JSON_OBJECT_AS_ARRAY as fourth parameter.

We opt for the second parameter to keep things simple