Bug #24258 ยป 16630.patch
typo3/sysext/install/updates/class.tx_coreupdates_migrateworkspaces.php (working copy) | ||
---|---|---|
$this->includeTCA();
|
||
// install version and workspace extension (especially when updating from very old TYPO3 versions
|
||
$this->installExtensions(array('version', 'workspaces'));
|
||
$this->installExtensions(array('extbase', 'fluid', 'version', 'workspaces'));
|
||
// migrate all workspaces to support groups and be_users
|
||
if ($this->isOldStyleAdminFieldUsed()) {
|
typo3/sysext/workspaces/ext_tables.php (working copy) | ||
---|---|---|
if (!defined ('TYPO3_MODE')) {
|
||
die ('Access denied.');
|
||
}
|
||
if (TYPO3_MODE == 'BE') {
|
||
// avoid that this block is loaded in the frontend or within the upgrade-wizards
|
||
if (TYPO3_MODE == 'BE' && PATH_typo3_mod != 'install/') {
|
||
/**
|
||
* Registers a Backend Module
|
||
*/
|