Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 8151) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -6232,6 +6232,9 @@ $finalTagParts['url']=$this->lastTypoLinkUrl; $finalTagParts['targetParams']=$targetPart; $finalTagParts['TYPE']='page'; + } elseif (isset($GLOBALS['TSFE']->config['config']['typolinkReplaceLinkAccessRestrictedPages'])) { + return $this->stdWrap($GLOBALS['TSFE']->config['config']['typolinkReplaceLinkAccessRestrictedPages'], + $GLOBALS['TSFE']->config['config']['typolinkReplaceLinkAccessRestrictedPages.']); } else { $GLOBALS['TT']->setTSlogMessage("typolink(): Page id '".$link_param."' was not found, so '".$linktxt."' was not linked.",1); return $linktxt;