Skip to content

Commit 61380e8

Browse files
authored
Merge pull request #15 from echavaillaz/master
2 parents 3045b5e + 41c4e0e commit 61380e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typo3SiteConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function getAllSiteConfigurationFromFiles(bool $useCache = true): arra
6464
{
6565
// Check if the data is already cached
6666
$siteConfiguration = $useCache ? $this->getCache()->require($this->cacheIdentifier) : false;
67-
if ($siteConfiguration !== false) {
67+
if ($siteConfiguration !== false && $siteConfiguration !== null) {
6868
return $siteConfiguration;
6969
}
7070
$finder = new Finder();

0 commit comments

Comments
 (0)