Project

General

Profile

Bug #74010 ยป FluidTYPO3_Fluidpages_Provider___getInheritedConfiguration.patch

Patch file - Damir Abdijevic, 2016-03-03 15:07

View differences:

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) {
    (1-1/1)