diff options
Diffstat (limited to 'help/index.php')
-rw-r--r-- | help/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.php b/help/index.php index f1adea0be01..642b2131737 100644 --- a/help/index.php +++ b/help/index.php @@ -18,7 +18,7 @@ OC_App::setActiveNavigationEntry( "help" ); $kbe=OC_OCSClient::getKnownledgebaseEntries(); -$tmpl = new OC_Template( "help", "index", "admin" ); +$tmpl = new OC_Template( "help", "index", "user" ); $tmpl->assign( "kbe", $kbe ); $tmpl->assign( "pagecount", $pagecount ); $tmpl->assign( "page", $page ); |