Feature #23906 ยป class.tx_cms_layout_2.diff
class.tx_cms_layout.php (working copy) | ||
---|---|---|
function getTable_tt_content($id) {
|
||
global $TCA;
|
||
|
||
if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tx_cms_layout']['tt_contentConfigHook'])) {
|
||
foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tx_cms_layout']['tt_contentConfigHook'] as $classReference) {
|
||
$hookObject =& t3lib_div::getUserObj($classReference);
|
||
$this->tt_contentConfig = $hookObject->tt_contentConfig($this->tt_contentConfig, $this);
|
||
}
|
||
}
|
||
|
||
$this->initializeLanguages();
|
||
|
||
// Initialize:
|