diff --git a/help/index.php b/help/index.php
index bed0ac7b6bbced6126ec155326e831d7a2862857..426abe3956010af83f49e9934f78804e543b0c35 100644
--- a/help/index.php
+++ b/help/index.php
@@ -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();