Index: typo3/alt_doc.php =================================================================== --- typo3/alt_doc.php (revision 3976) +++ typo3/alt_doc.php (working copy) @@ -1367,6 +1367,9 @@ global $BE_USER; $TSconfig = $BE_USER->getTSConfig('options.'.$key); $output = trim(isset($TSconfig['properties'][$table]) ? $TSconfig['properties'][$table] : $TSconfig['value']); + if ($key == 'saveDocNew' && $TSconfig['properties'][$table] !== '0') { + $output = 1; + } return $output; }