Skip to content

Commit 13bfec3

Browse files
committed
[BUGFIX] update wizards registration
for TYPO3 > 11 PHP Attributes are used Relates to: #549
1 parent f3c0225 commit 13bfec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_localconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']
5757
);
5858

59-
if ($packageManager->isPackageActive('typo3/cms-install')) {
59+
if ($packageManager->isPackageActive('typo3/cms-install') && $typo3Version->getMajorVersion() < 12) {
6060
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][B13\Container\Updates\ContainerMigrateSorting::IDENTIFIER]
6161
= B13\Container\Updates\ContainerMigrateSorting::class;
6262
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][B13\Container\Updates\ContainerDeleteChildrenWithWrongPid::IDENTIFIER]

0 commit comments

Comments
 (0)