From 0a1937208fed65f35c7c94290621a056888be293 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sat, 16 Nov 2019 01:10:19 +0100 Subject: Fixes a 500 without userid plus cleanup of unused use statements Signed-off-by: Arthur Schiwon --- apps/settings/lib/Controller/HelpController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings') diff --git a/apps/settings/lib/Controller/HelpController.php b/apps/settings/lib/Controller/HelpController.php index eaad0be6709..b09392aa8c8 100644 --- a/apps/settings/lib/Controller/HelpController.php +++ b/apps/settings/lib/Controller/HelpController.php @@ -50,7 +50,7 @@ class HelpController extends Controller { IRequest $request, INavigationManager $navigationManager, IURLGenerator $urlGenerator, - string $userId, + ?string $userId, IGroupManager $groupManager ) { parent::__construct($appName, $request); -- cgit v1.2.3