Project

General

Profile

Bug #20043 » ContentObjectRenderer.php.patch

please add patch to core. - Marcos Fadul, 2012-11-15 10:59

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') {
if (!$page['_PAGES_OVERLAY']) {
unset($page);
}
}
if (count($page)) {
// MointPoints, look for closest MPvar:
$MPvarAcc = array();
(3-3/4)