This commit is contained in:
2023-08-28 12:49:31 +02:00
parent ea9c21e021
commit c33330969c
4 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ class EventSearch extends AbstractSearch
$orWhere = $qb->expr()->orX();
foreach ($reachableCenters as $center) {
$n = $n+1;
$n = $n + 1;
$circles = $this->authorizationHelper->getReachableScopes(
$this->security->getUser(),
'CHILL_EVENT_SEE',