X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/36dca4b6912b6d82be464c443b72d02c146eb44a..126578556002a9b9b82b580ee1adcdf5773055b0:/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php diff --git a/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php b/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php index 11237d7a9463..5127967f817d 100644 --- a/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php +++ b/typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php @@ -30,8 +30,8 @@ class ContextFeature extends Configuration\AbstractFeature implements Configurat * @var array List of preset classes */ protected $presetRegistry = array( - \TYPO3\CMS\Install\Configuration\Context\ProductionPreset::class, - \TYPO3\CMS\Install\Configuration\Context\DevelopmentPreset::class, + \TYPO3\CMS\Install\Configuration\Context\LivePreset::class, + \TYPO3\CMS\Install\Configuration\Context\DebugPreset::class, \TYPO3\CMS\Install\Configuration\Context\CustomPreset::class, ); }