Actions
Bug #90211
closedNewly added PSR-14 listener for unused colPos incorrectly assumes colPos is a string
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-01-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The class \TYPO3\CMS\Backend\View\PageLayoutViewDrawEmptyColposContent assumes colPos values are always strings - they may very well be integers. Cast to avoid error.
Updated by Gerrit Code Review almost 5 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/c/Packages/TYPO3.CMS/+/63044
Updated by Anonymous almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1fe9d0e21acd51f54a7ab768bc1cbd742a8b7e3f.
Actions