Actions
Bug #99280
closedTYPO3 conf var can be boolean but is expected to be string
Start date:
2022-12-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
(1/1) TypeError strtolower(): Argument #1 ($string) must be of type string, bool given
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76932
Updated by Daniel Siepmann almost 2 years ago
- Status changed from Under Review to Closed
It was always a string, tested 10.4 and 11.5. So an issue with a wrong value within that instance.
`false` should be an empty string instead.
Actions