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