Project

General

Profile

Bug #83328 ยป bug_83328.diff

Florian Rival, 2017-12-14 16:15

View differences:

typo3/sysext/core.new/Classes/Database/QueryGenerator.php 2017-12-14 15:53:54.869410895 +0100
$theList .= ',' . $row['uid'];
}
if ($depth > 1) {
$theList .= $this->getTreeList($row['uid'], $depth - 1, $begin - 1, $permClause);
$thesubList = $this->getTreeList($row['uid'], $depth - 1, $begin - 1, $permClause);
if (!empty($thesubList) && ($thesubList[0] != ',') && !empty($theList)) {
$theList .= ',';
}
$theList .= $thesubList;
}
}
}
    (1-1/1)