Completed
Push — master ( 9dc190...fb61db )
by
unknown
16:04
created
typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -582,7 +582,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.