summaryrefslogtreecommitdiffstats
path: root/help/index.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-04-17 15:05:34 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-04-17 15:05:34 +0200
commite37151a3f1e2954e11fca383b2aebb14ee4c28b5 (patch)
tree1fd49b83d5f6140cbf53744afaed856a260cfc82 /help/index.php
parenta8f823fc7fd93c2f343d0597ed848b2b03735de5 (diff)
downloadnextcloud-server-e37151a3f1e2954e11fca383b2aebb14ee4c28b5.tar.gz
nextcloud-server-e37151a3f1e2954e11fca383b2aebb14ee4c28b5.zip
move to admin area
Diffstat (limited to 'help/index.php')
-rw-r--r--help/index.php2
1 files changed, 1 insertions, 1 deletions
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();