Project

General

Profile

Bug #22317 ยป bug_13895.diff

Administrator Admin, 2010-05-27 00:07

View differences:

typo3_src.new/t3lib/class.t3lib_tcemain.php 2010-05-26 23:52:26.000000000 +0200
}
break;
case 'swap':
$swapMode = $GLOBALS['BE_USER']->getTSConfigVal('options.workspaces.swapMode');
$swapMode = $this->BE_USER->getTSConfigVal('options.workspaces.swapMode');
$elementList = array();
if ($swapMode == 'any' || ($swapMode == 'page' && $table == 'pages')) {
// check if we are allowed to do synchronios publish. We must have a single element in the cmdmap to be allowed
    (1-1/1)