Project

General

Profile

Bug #102015 » patch_102015.diff

Uwe Wiebach, 2024-08-30 11:36

View differences:

C:/Users/uwewie/AppData/Local/Temp/scp32416/CategoryPermissionsAspect.php Di Aug 13 09:25:48 2024
if ($startingPoint) {
if (in_array($startingPoint, $categoryMountPoints)) {
$shallRepopulateTree = false;
break;
}
$uidsInRootline = $this->findUidsInRootline($startingPoint);
if (!empty(array_intersect($categoryMountPoints, $uidsInRootline))) {
$shallRepopulateTree = false;
break;
}
if (!in_array($startingPoint, $categoryMountPoints)) {
......
break;
......
$uidsInRootline = $this->findUidsInRootline($startingPoint);
if (empty(array_intersect($categoryMountPoints, $uidsInRootline))) {
$shallRepopulateTree = true;
break;
}
(3-3/3)