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.
Actions