Bug #11633 ยป 11633.patch
ext_tables.php (working copy) | ||
---|---|---|
'path' => t3lib_extMgm::extPath($_EXTKEY).'class.tx_version_cm1.php'
|
||
);
|
||
t3lib_extMgm::addModule('web', 'txversionM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'cm1/');
|
||
if (!t3lib_extMgm::isLoaded('workspaces')) {
|
||
t3lib_extMgm::addModule('web', 'txversionM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'cm1/');
|
||
}
|
||
}
|
||