Actions
Bug #20989
closedafter Patch 11828 :missing File in sysext version
Start date:
2009-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in patch 11828 was a change to ext_tables.php of sysext version:
/**
* Table "sys_workspace":
*/
$TCA['sys_workspace'] = array(
'ctrl' => array(
...
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY) . 'tca.php',
...
)
);
But there is no tca.php in this folder.
(issue imported from #M11868)
Actions