Skip to content
Snippets Groups Projects
Commit 7a5752ac authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[BUGFIX] Re-determine first start module if configuration is invalid

This patch fixes two flaws with the determination and loading of the
first available backend module:

* ModuleLoader::getModuleSetupInformation() only sets default options if
  the configuration array is not empty
* The availability of the module is checked. If the configured module
  doesn't exist, the first available module is determined again.

Resolves: #91210
Releases: master
Change-Id: Idae8de6e0bf253754c4d44e50b15e81038e1315f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64309


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 07280a4f
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment