Actions
Bug #84149
closedAvoid associative array to be used in LocalizationUtility
Start date:
2018-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On using associative array in LocalizationUtility which is e.g. used by Fluid's TranslateViewHelper, the error Cannot unpack array with string keys
is thrown. The reason is that sprintf($value, ...$arguments)
cannot be used with $arguments
being an associative array.
The behavior can be reproduced in TYPO3 v9.2-dev when installing an extension in the extension manager that has e.g. insufficient version dependencies.
Updated by Oliver Hader over 6 years ago
- Related to Bug #63495: Depency popup window too small windows chrome added
Updated by Oliver Hader over 6 years ago
- Related to Task #82453: Extbase LocalizationUtility error feedback and logic can be improved added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56024
Updated by Oliver Hader over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60a68a50d797158f89cda5767fa9a869e1a5d24b.
Actions