Project

General

Profile

Bug #18052 » bug_7270.diff

Administrator Admin, 2008-01-26 08:58

View differences:

/var/www/trunk/typo3/classes/class.shortcutmenu.php 2008-01-21 12:14:34.000000000 +0100
$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;
}
(2-2/3)