diff -ru /var/www/temp/classes_2/class.shortcutmenu.php /var/www/trunk/typo3/classes/class.shortcutmenu.php --- /var/www/temp/classes_2/class.shortcutmenu.php 2008-01-21 11:37:58.000000000 +0100 +++ /var/www/trunk/typo3/classes/class.shortcutmenu.php 2008-01-21 12:14:34.000000000 +0100 @@ -278,7 +278,7 @@ $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; }