Actions
Bug #82466
closedError in BackendUtility->getRecordIconAltText
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2017-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
There is an error in the method getRecordIconAltText
in the BackendUtility
class:
https://api.typo3.org/typo3cms/8/html/backend_2_classes_2_utility_2_backend_utility_8php_source.html#l01935
The condition should check for $ctrl['endtime']
instead of $row[$ctrl['endtime']]
. (Like the conditions for "disabled" and "starttime" in the lines before.)
Actions