We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3045b5e + 41c4e0e commit 61380e8Copy full SHA for 61380e8
src/Typo3SiteConfiguration.php
@@ -64,7 +64,7 @@ protected function getAllSiteConfigurationFromFiles(bool $useCache = true): arra
64
{
65
// Check if the data is already cached
66
$siteConfiguration = $useCache ? $this->getCache()->require($this->cacheIdentifier) : false;
67
- if ($siteConfiguration !== false) {
+ if ($siteConfiguration !== false && $siteConfiguration !== null) {
68
return $siteConfiguration;
69
}
70
$finder = new Finder();
0 commit comments