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