Index: t3lib/class.t3lib_tcemain.php =================================================================== --- t3lib/class.t3lib_tcemain.php (revision 6498) +++ t3lib/class.t3lib_tcemain.php (working copy) @@ -2751,7 +2751,7 @@ $defaultData = $this->newFieldArray($table); // Getting "copy-after" fields if applicable: - $copyAfterFields = $destPid<0 ? $this->fixCopyAfterDuplFields($table,$uid,abs($destPid),0) : array(); + $copyAfterFields = $destPid<0 ? $this->fixCopyAfterDuplFields ($table, $theNewID, $origUid, 0) : array(); // Page TSconfig related: $tscPID = t3lib_BEfunc::getTSconfig_pidValue($table,$uid,$destPid); // NOT using t3lib_BEfunc::getTSCpid() because we need the real pid - not the ID of a page, if the input is a page...