mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
move to admin area
This commit is contained in:
parent
a8f823fc7f
commit
e37151a3f1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ OC_APP::setActiveNavigationEntry( "help" );
|
|||
$kbe=OC_OCSCLIENT::getKnownledgebaseEntries();
|
||||
|
||||
|
||||
$tmpl = new OC_TEMPLATE( "help", "index", "user" );
|
||||
$tmpl = new OC_TEMPLATE( "help", "index", "admin" );
|
||||
$tmpl->assign( "kbe", $kbe );
|
||||
$tmpl->printPage();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue