X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/0d711a9c041319969d829860e29650ab186afaca..59d0cda36769d13214602f4385b0d6dd50e270f7:/typo3/sysext/version/class.tx_version_tcemain.php diff --git a/typo3/sysext/version/class.tx_version_tcemain.php b/typo3/sysext/version/class.tx_version_tcemain.php index 05f85bce6179..4b2be79bf343 100644 --- a/typo3/sysext/version/class.tx_version_tcemain.php +++ b/typo3/sysext/version/class.tx_version_tcemain.php @@ -198,7 +198,7 @@ class tx_version_tcemain { // Look, if record is an offline version, then delete directly: if ($record['pid'] == -1) { - if ($TCA[$table]['ctrl']['versioningWS']) { + if ($GLOBALS['TCA'][$table]['ctrl']['versioningWS']) { // In Live workspace, delete any. In other workspaces there must be match. if ($tcemainObj->BE_USER->workspace == 0 || (int) $record['t3ver_wsid'] == $tcemainObj->BE_USER->workspace) { $liveRec = t3lib_BEfunc::getLiveVersionOfRecord($table, $id, 'uid,t3ver_state');