[TASK] Quote identifier in messages with " instead of ' for ext:impexp
Log messages generally use double-quotes. This patch fixes the few stragglers that do not. This also fixes an issue in PHP 8.1, where the defaults for htmlspecialchars() have changed resulting in some test failures. Standardizing the quotes makes the tests pass in all cases. Resolves: #95507 Releases: master Change-Id: I7ee189b8df997700f62f8379916624c27f02742a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71476 Reviewed-by:crell <larry@garfieldtech.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/impexp/Classes/ImportExport.php 8 additions, 8 deletionstypo3/sysext/impexp/Classes/ImportExport.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecords.php 4 additions, 4 deletions...res/ArrayAssertions/RenderPreviewImportPageAndRecords.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecordsByUpdateWithDiff.php 3 additions, 3 deletions...ons/RenderPreviewImportPageAndRecordsByUpdateWithDiff.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ArrayAssertions/RenderPreviewImportPageAndRecordsWithDiff.php 3 additions, 3 deletions...yAssertions/RenderPreviewImportPageAndRecordsWithDiff.php
Please register or sign in to comment