Bug #17876 » patch_6875.diff
t3lib/class.t3lib_tcemain.php (working copy) | ||
---|---|---|
|
||
// move the records
|
||
if (isset($dbAnalysis)) {
|
||
//as records are inserted on top we must reverse recordlist to be correct aferwards
|
||
$dbAnalysis->itemArray = array_reverse($dbAnalysis->itemArray);
|
||
foreach ($dbAnalysis->itemArray as $v) {
|
||
$this->moveRecord($v['table'],$v['id'],$destPid);
|
||
}
|