diff --git a/typo3/sysext/backend/Classes/Console/Application.php b/typo3/sysext/backend/Classes/Console/Application.php index a6f4ee837e30f0fb951798717faee73f522e71cd..bca462ee6102216a5fa19b1b487fd781c4f2988c 100644 --- a/typo3/sysext/backend/Classes/Console/Application.php +++ b/typo3/sysext/backend/Classes/Console/Application.php @@ -52,7 +52,8 @@ class Application implements ApplicationInterface { \TYPO3\CMS\Core\Core\CliBootstrap::checkEnvironmentOrDie(); $this->bootstrap = Bootstrap::getInstance() - ->initializeClassLoader($classLoader); + ->initializeClassLoader($classLoader) + ->baseSetup($this->entryPointPath); foreach ($this->availableRequestHandlers as $requestHandler) { $this->bootstrap->registerRequestHandlerImplementation($requestHandler);