Releases: master, 7.6, 6.2
Fixes: #72357
Change-Id: I33ff172e1c8ad851050d41933eeeeffc1d6c28dd
Reviewed-on: https://review.typo3.org/45389
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Markus Klein <markus.klein@typo3.org>
Reviewed-by: Stephan Großberndt <stephan@grossberndt.de>
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Reviewed-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: Morton Jonuschat <m.jonuschat@mojocode.de>
/** @var $tce DataHandler */
$tce = GeneralUtility::makeInstance(__CLASS__);
/** @var $tce DataHandler */
$tce = GeneralUtility::makeInstance(__CLASS__);
+ $tce->enableLogging = $this->enableLogging;
// Setting up command for creating a new version of the record:
$cmd = array();
$cmd[$table][$id]['version'] = array(
// Setting up command for creating a new version of the record:
$cmd = array();
$cmd[$table][$id]['version'] = array(
if (is_array($removeArray) && !empty($removeArray)) {
/** @var DataHandler $tce */
$tce = GeneralUtility::makeInstance(__CLASS__);
if (is_array($removeArray) && !empty($removeArray)) {
/** @var DataHandler $tce */
$tce = GeneralUtility::makeInstance(__CLASS__);
+ $tce->enableLogging = $this->enableLogging;
$tce->start(array(), $removeArray);
$tce->process_cmdmap();
unset($tce);
$tce->start(array(), $removeArray);
$tce->process_cmdmap();
unset($tce);
);
/** @var DataHandler $dataHandler */
$dataHandler = GeneralUtility::makeInstance(__CLASS__);
);
/** @var DataHandler $dataHandler */
$dataHandler = GeneralUtility::makeInstance(__CLASS__);
+ $dataHandler->enableLogging = $this->enableLogging;
$dataHandler->neverHideAtCopy = true;
$dataHandler->start(array(), $command);
$dataHandler->process_cmdmap();
$dataHandler->neverHideAtCopy = true;
$dataHandler->start(array(), $command);
$dataHandler->process_cmdmap();
{
$copyTCE = GeneralUtility::makeInstance(__CLASS__);
$copyTCE->copyTree = $this->copyTree;
{
$copyTCE = GeneralUtility::makeInstance(__CLASS__);
$copyTCE->copyTree = $this->copyTree;
+ $copyTCE->enableLogging = $this->enableLogging;
// Copy forth the cached TSconfig
$copyTCE->cachedTSconfig = $this->cachedTSconfig;
// Transformations should NOT be carried out during copy
// Copy forth the cached TSconfig
$copyTCE->cachedTSconfig = $this->cachedTSconfig;
// Transformations should NOT be carried out during copy