Bug #20582 » 11286.diff
t3lib/class.t3lib_tstemplate.php (Arbeitskopie) | ||
---|---|---|
);
|
||
if ($cacheEntry) {
|
||
$currentPageData = unserialize($cacheEntry);
|
||
$currentPageData = $cacheEntry;
|
||
}
|
||
return $currentPageData; // 2008-02-03 / Stucki: Notice that $this->currentPageData is not used anymore!
|
||
... | ... | |
$pageSectionCache->set(
|
||
intval($GLOBALS['TSFE']->id) . '_' . $mpvarHash,
|
||
serialize($cc),
|
||
$cc,
|
||
array(
|
||
'pageId_' . intval($GLOBALS['TSFE']->id),
|
||
'mpvarHash_' . $mpvarHash
|