Project

General

Profile

Actions

Bug #43456

closed

ContentObjectRenderer instantiates old Content Object class names

Added by Christian Kuhn over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
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

Also available in: Atom PDF