Project

General

Profile

Bug #82249 » 82249-content-from-pid-master.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 (!empty($this->page['cache_tags'])) {
$tags = GeneralUtility::trimExplode(',', $this->page['cache_tags'], true);
$this->pageCacheTags = array_merge($this->pageCacheTags, $tags);
(3-3/3)