Actions
Bug #94789
closedFix foreach array used as variabele in TranslationServiceTest
Start date:
2021-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
foreach ($textElementXlfPaths as $textElementXlfPaths) {
$this->store->flushData($textElementXlfPaths);
}
should use $textElementXlfPath
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress 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/c/Packages/TYPO3.CMS/+/70406
Updated by Wouter Wolters over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3f778a692a411ede730268f9f9ea45971c8aaade.
Actions