Development of TYPO3 CMS
Administrator Admin, 2008-01-25 16:50
Download (267 Bytes)
$pageId = $this->getLinkedPageId($row['url']);
if(t3lib_div::testInt($pageId)) {
// check for webmount access
- if(!$GLOBALS['BE_USER']->isInWebMount($page_id)) {
+ if(!$GLOBALS['BE_USER']->isInWebMount($pageId)) {
continue;
}