summaryrefslogtreecommitdiffstats
path: root/help/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/appinfo/app.php')
-rw-r--r--help/appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php
index 184f4d345be..661b554f417 100644
--- a/help/appinfo/app.php
+++ b/help/appinfo/app.php
@@ -1,6 +1,5 @@
<?php
OC_APP::register( array( "id" => "help", "name" => "Help" ));
-OC_APP::addPersonalMenuEntry( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help" ));
?>