Project

General

Profile

Bug #18052 » bug_7270_2.diff

Administrator Admin, 2008-01-26 09:37

View differences:

/var/www/temp/classes/class.shortcutmenu.php 2008-01-21 15:48:38.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;
}
(3-3/3)