mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #18057 from nextcloud/fix/noid/forbidden-help
make help available to ordinary users again
This commit is contained in:
commit
646748cbbe
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class HelpController extends Controller {
|
|||
*
|
||||
* @NoCSRFRequired
|
||||
* @NoAdminRequired
|
||||
* @NoSubadminRequired
|
||||
*/
|
||||
public function help(string $mode = 'user'): TemplateResponse {
|
||||
$this->navigationManager->setActiveEntry('help');
|
||||
|
|
|
|||
Loading…
Reference in a new issue