Access for a collection can only become true
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
fdfe984adb
commit
1c4436d975
|
@ -371,6 +371,7 @@ class Manager implements IManager {
|
|||
foreach ($collection->getResources() as $resource) {
|
||||
if ($resource->canAccess($user)) {
|
||||
$access = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue