From e37151a3f1e2954e11fca383b2aebb14ee4c28b5 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <karlitschek@kde.org>
Date: Sun, 17 Apr 2011 15:05:34 +0200
Subject: [PATCH] move to admin area

---
 help/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/help/index.php b/help/index.php
index bed0ac7b6bb..426abe39560 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();
 
-- 
GitLab