| @@ -87,7 +87,7 @@ | ||
| 87 | 87 | |
| 88 | 88 | $numberOfSites = 0; | 
| 89 | 89 | // In case a user can only access a single site, but more sites exists | 
| 90 | -        $this->securityContext->withoutAuthorizationChecks(function () use (&$numberOfSites) { | |
| 90 | +        $this->securityContext->withoutAuthorizationChecks(function() use (&$numberOfSites) { | |
| 91 | 91 | $numberOfSites = $this->siteRepository->countAll(); | 
| 92 | 92 | }); | 
| 93 | 93 | $sites = $this->siteRepository->findOnline(); |