# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- ContentObjectRenderer.php (13fe75d) +++ Current File @@ -5735,6 +5735,11 @@ } // 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();