# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. +++ D:\xampplite\htdocs\typo3\typo3\sysext\cms\tslib\class.tslib_content.php --- D:\xampplite\htdocs\typo3\typo3\sysext\cms\tslib\class.tslib_content_orig.php @@ -5994,12 +5994,6 @@ // 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();