Bug #82249 » 82249-content-from-pid-typo3-8.diff
typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php | ||
---|---|---|
];
|
||
$this->cacheExpires = $expirationTstamp;
|
||
$this->pageCacheTags[] = 'pageId_' . $cacheData['page_id'];
|
||
if ($cacheData['page_id'] !== $this->contentPid) {
|
||
$this->pageCacheTags[] = 'pageId_' . $this->contentPid;
|
||
}
|
||
if ($this->page_cache_reg1) {
|
||
$reg1 = (int)$this->page_cache_reg1;
|
||
$cacheData['reg1'] = $reg1;
|