diff options
Diffstat (limited to 'help/appinfo/app.php')
-rw-r--r-- | help/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php index 12ae59b94c2..952c57f9bc8 100644 --- a/help/appinfo/app.php +++ b/help/appinfo/app.php @@ -1,6 +1,6 @@ <?php OC_APP::register( array( "order" => 1, "id" => "help", "name" => "Help" )); -OC_APP::addSettingsPage( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "settings", "information.png" ))); +OC_APP::addSettingsPage( array( "id" => "help", "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "settings", "information.png" ))); ?> |