summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Controller/PageController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 2b20d4695..ccabd16db 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -71,7 +71,7 @@ class PageController extends Controller
IL10N $l10n,
RecommendedSites $recommendedSites,
StatusService $statusService,
- string $UserId
+ ?string $UserId
) {
parent::__construct($appName, $request);
$this->settings = $settings;