Actions
Bug #103020
closedUndefined array key when using inlineLanguageLabelFiles
Start date:
2024-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
page = PAGE page { # Include inline labels to be used in JavaScript files: inlineLanguageLabelFiles { siteDistribution = EXT:site-distribution/Resources/Private/Language/locallang.xlf } # ....... }
Error:
PHP Warning: Undefined array key "siteDistribution." in /var/www/html/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 697
Updated by Gerrit Code Review about 1 year 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/+/82762
Updated by Anonymous about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9f8400cd33da5ed2cad613712c2388eff637c8e4.
Actions