Project

General

Profile

Bug #18052 » bug_7270.txt

Administrator Admin, 2008-01-25 16:50

 
$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;
}
(1-1/3)