@@ -582,7 +582,7 @@ |
||
| 582 | 582 | ) { |
| 583 | 583 | continue; |
| 584 | 584 | } |
| 585 | - if ($this->getBackendUser()->isAdmin() ||($rootlineElement['uid'] === $isInWebMount |
|
| 585 | + if ($this->getBackendUser()->isAdmin() || ($rootlineElement['uid'] === $isInWebMount |
|
| 586 | 586 | && in_array($rootlineElement['uid'], $mountPoints, true)) |
| 587 | 587 | ) { |
| 588 | 588 | $inFilteredRootline = true; |