Project

General

Profile

Bug #20043 » ContentObjectRenderer.php.patch

Same patch but now includes a check for l18n_cfg - Marcos Fadul, 2012-11-16 15:44

View differences:

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