Actions
Bug #43456
closedContentObjectRenderer instantiates old Content Object class names
Start date:
2012-11-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
public function getContentObject($name) {
...
$this->contentObjects[$name] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('tslib_content_' . $name, $this);
}
Actions