Project

General

Profile

Bug #21341 ยป irrePatch.patch

Administrator Admin, 2009-10-22 16:49

View differences:

t3lib/class.t3lib_tcemain.phpnew 2009-10-22 16:41:51.000000000 +0200
if ($parentRecord && is_array($parentRecord) && $language>0 && $transOrigPointer) {
$inlineSubType = $this->getInlineFieldType($config);
$transOrigRecord = t3lib_BEfunc::getRecordWSOL($table, $transOrigPointer);
// Orginal Table
$orgTable = $GLOBALS['TCA'][$table]['ctrl']['transOrigPointerTable'] ? $GLOBALS['TCA'][$table]['ctrl']['transOrigPointerTable'] : $table;
$transOrigRecord = t3lib_BEfunc::getRecordWSOL($orgTable, $transOrigPointer);
if ($inlineSubType!==false) {
$removeArray = array();
// Fetch children from original language parent:
    (1-1/1)