Actions
Bug #47796
closedcss_styled_content does not render uploads anymore
Start date:
2013-05-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The render_upload function got changed in line:
t3lib_div::loadTCA('tt_content');
to
$GLOBALS['TSFE']->includeTCA();
This change does not consider configurations made to other extension TCA configurations inside tca.php.
Please revert this change.
It effects TYPO3 version 4.5.25 and 6.0.4 (not tested with 6.1.0)
Actions