Merge pull request #18057 from nextcloud/fix/noid/forbidden-help

make help available to ordinary users again
This commit is contained in:
Roeland Jago Douma 2019-11-25 08:40:59 +01:00 committed by GitHub
commit 646748cbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class HelpController extends Controller {
*
* @NoCSRFRequired
* @NoAdminRequired
* @NoSubadminRequired
*/
public function help(string $mode = 'user'): TemplateResponse {
$this->navigationManager->setActiveEntry('help');