Bug #18052 » bug_7270_2.diff
/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;
|
||
}
|
||
- « Previous
- 1
- 2
- 3
- Next »