Skip to content
Snippets Groups Projects
Unverified Commit bb77c144 authored by blizzz's avatar blizzz Committed by GitHub
Browse files

Merge pull request #17965 from nextcloud/fix/noid/strict-controller-userid

Fixes a 500 without userid
parents 6db146f1 0a193720
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class HelpController extends Controller {
IRequest $request,
INavigationManager $navigationManager,
IURLGenerator $urlGenerator,
string $userId,
?string $userId,
IGroupManager $groupManager
) {
parent::__construct($appName, $request);
......
......@@ -37,13 +37,8 @@ use OC\AppFramework\Middleware\Security\Exceptions\NotAdminException;
use OC\AppFramework\Middleware\Security\Exceptions\NotLoggedInException;
use OC\AppFramework\Middleware\Security\Exceptions\StrictCookieMissingException;
use OC\AppFramework\Utility\ControllerMethodReflector;
use OC\Security\CSP\ContentSecurityPolicyManager;
use OC\Security\CSP\ContentSecurityPolicyNonceManager;
use OC\Security\CSRF\CsrfTokenManager;
use OCP\App\AppPathNotFoundException;
use OCP\App\IAppManager;
use OCP\AppFramework\Http\ContentSecurityPolicy;
use OCP\AppFramework\Http\EmptyContentSecurityPolicy;
use OCP\AppFramework\Http\RedirectResponse;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Middleware;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment