Bug #20043 » ContentObjectRenderer.php.patch
<html><b>Current File</b></html> | ||
---|---|---|
}
|
||
// Looking up the page record to verify its existence:
|
||
$page = $GLOBALS['TSFE']->sys_page->getPage($link_param, $disableGroupAccessCheck);
|
||
if ($GLOBALS['TSFE']->sys_language_uid && $GLOBALS['TSFE']->config['config']['sys_language_mode'] == 'strict' && \TYPO3\CMS\Core\Utility\GeneralUtility::hideIfNotTranslated($page['l18n_cfg'])) {
|
||
if (!$page['_PAGES_OVERLAY']) {
|
||
unset($page);
|
||
}
|
||
}
|
||
if (count($page)) {
|
||
// MointPoints, look for closest MPvar:
|
||
$MPvarAcc = array();
|
- « Previous
- 1
- 2
- 3
- 4
- Next »