Bug #20659 » 11395_v3.patch
t3lib/class.t3lib_transferdata.php (working copy) | ||
---|---|---|
}
|
||
}
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($id, true);
|
||
if ($id<0) {
|
||
$itemRec = t3lib_beFunc::getRecordsByField ($table, 'uid', abs($id));
|
||
$pid = $itemRec[0]['pid'];
|
||
} else {
|
||
$pid = intval($id);
|
||
}
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($pid);
|
||
if (isset($pageTS['TCAdefaults.'])) {
|
||
$TCAPageTSOverride = $pageTS['TCAdefaults.'];
|
||
if (is_array($TCAPageTSOverride[$table.'.'])) {
|