Project

General

Profile

Bug #20582 » 11286.diff

Administrator Admin, 2009-06-06 00:31

View differences:

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