Project

General

Profile

Bug #20043 » class.tslib_content-repaired.patch

Administrator Admin, 2011-01-26 17:24

View differences:

D:\xampplite\htdocs\typo3\typo3\sysext\cms\tslib\class.tslib_content_orig.php
// Looking up the page record to verify its existence:
$page = $GLOBALS['TSFE']->sys_page->getPage($link_param,$disableGroupAccessCheck);
// There is an alternative language active AND the current page requires a translation:
if ($GLOBALS['TSFE']->sys_language_uid && $GLOBALS['TSFE']->config['config']['sys_language_overlay']=='hideNonTranslated') {
if (!$page['_PAGES_OVERLAY']) {
unset($page);
}
}
if (count($page)) {
// MointPoints, look for closest MPvar:
$MPvarAcc = array();
(2-2/4)