Project

General

Profile

Bug #12406 » 12406.patch

Tolleiv Nietsch, 2011-01-25 01:03

View differences:

ext_localconf.php (working copy)
if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['useCachingFramework']) {
// Initialize the caching framework. The caching framework is asking it self if it is initialized already before initializing.
t3lib_cache::initializeCachingFramework();
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['sys_workspace_cache']['backend'] = 't3lib_cache_backend_DbBackend';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['sys_workspace_cache']['options'] = array(
'cacheTable' => 'sys_workspace_cache',
......
);
}
t3lib_extMgm::addUserTSConfig('options.workspaces.considerReferences = 1');
?>
(2-2/2)