Bug #74010 ยป FluidTYPO3_Fluidpages_Provider___getInheritedConfiguration.patch
typo3conf/ext/fluidpages/Classes/Provider/PageProvider.php (revision ) | ||
---|---|---|
$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) {
|