bug_7270.txt

Administrator Admin, 2008-01-25 16:50

Download (267 Bytes)

 
1
 				$pageId = $this->getLinkedPageId($row['url']);
2
 				if(t3lib_div::testInt($pageId)) {
3
 						// check for webmount access
4
-					if(!$GLOBALS['BE_USER']->isInWebMount($page_id)) {
5
+					if(!$GLOBALS['BE_USER']->isInWebMount($pageId)) {
6
 						continue;
7
 					}
8