Index: C:/workspace/TYPO3_4-1/t3lib/class.t3lib_tcemain.php =================================================================== --- C:/workspace/TYPO3_4-1/t3lib/class.t3lib_tcemain.php (revision 3340) +++ C:/workspace/TYPO3_4-1/t3lib/class.t3lib_tcemain.php (working copy) @@ -4276,8 +4276,7 @@ // If a change has been done, set the new value(s) if ($set) { if ($conf['MM']) { -// FIXME $theUidToUpdate is undefined - $dbAnalysis->writeMM($conf['MM'], $theUidToUpdate, $prependName); + $dbAnalysis->writeMM($conf['MM'], $MM_localUid, $prependName); } else { $vArray = $dbAnalysis->getValueArray($prependName); if ($conf['type']=='select') {