Bug #18348 ยป 7724.patch
C:/workspace/TYPO3_4-1/t3lib/class.t3lib_tcemain.php (working copy) | ||
---|---|---|
// 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') {
|