Actions
Bug #23008
closedgetSpriteIconForRecord() accepts row data which is not an array
Start date:
2010-06-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
t3lib_iconWorks::getSpriteIconForRecord() has as second parameter the data row for which the icon must be found.
If an integer is passed as argument this is not detected and various actions inside the function result in a wrong icon/overlay being returned.
By forcing the argument to be an array the results are correct.
(issue imported from #M14880)
Files
Actions