Actions
Bug #24864
closedstdWrap .current and .setContentToCurrent do not return content
Start date:
2011-01-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With the tslib_content refactoring in 4.5, we now have standalone methods for many pieces of stdWrap, which are chained together at the end of the main stdWrap method. Each standalone helper method takes the $content and $conf, processes it, and returns the $content.
stdWrap_setContentToCurrent() and stdWrap_setCurrent() do not return $content, however. This means that any stdWrap properties coming after these two do not have content to operate on.
(issue imported from #M17372)
Files
Updated by Jeff Segars almost 14 years ago
Committed to trunk (r10350) and 4.5 (r10351).
Actions