Actions
Bug #45466
closedClass FilesContentObject not working correctly
Start date:
2013-02-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
In the file typo3_src-6.0.1/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php on line 140 the variable $key gets assigned the string name of the actual file and not the numeric index. So on line 142 the content doesn't get filled because there is no appropriate key in the array $splitConf.
My PHP version is 5.3.10.
Updated by Patrick Broens almost 12 years ago
- Target version set to 6.0.2
- Complexity set to easy
Updated by Piotr Molewski over 11 years ago
- % Done changed from 0 to 100
This issue has been solved - https://review.typo3.org/19644
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Resolved
Set to resolved as requested.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions