mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
make help available to ordinary users again
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
5c4b2a2436
commit
bb1ce203bc
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