Project

General

Profile

Bug #82249 » 82249-content-from-pid-typo3-8.diff

Olaf Schmidt-Wischhöfer, 2019-10-24 16:06

View differences:

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