Project

General

Profile

Bug #63047 ยป patch-63047.diff

Franz Holzinger, 2014-11-19 19:03

View differences:

AbstractTreeView.php 2014-11-19 19:01:20.000000000 +0100
$idH = array();
// Traverse the records:
while ($crazyRecursionLimiter > 0 && ($row = $this->getDataNext($res, $subCSSclass))) {
if (!$GLOBALS['BE_USER']->isInWebMount($row['uid'])) {
$pageId = $row['uid'];
if ($this->table != 'pages') {
$pageId = $row['pid'];
}
if (!$GLOBALS['BE_USER']->isInWebMount($pageId)) {
// Current record is not within web mount => skip it
continue;
}
    (1-1/1)