--- typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php (revision ) +++ typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php (revision ) @@ -304,7 +304,7 @@ $tableName = $this->getTableName($row); $tableFieldName = $this->getFieldName($row); $cacheKey = $tableName . $tableFieldName . $row['uid']; - if (TRUE === empty(self::$cache[$cacheKey])) { + if (FALSE === isset(self::$cache[$cacheKey])) { $tree = $this->getInheritanceTree($row); $data = array(); foreach ($tree as $branch) {