diff --git a/appinfo/app.php b/appinfo/app.php index 719b3a17..de05e563 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -27,7 +27,7 @@ OCP\App::registerPersonal('documents', 'personal'); OCP\App::addNavigationEntry(array( 'id' => 'documents_index', - 'order' => 80, + 'order' => 2, 'href' => OCP\Util::linkTo('documents', 'index.php'), 'icon' => OCP\Util::imagePath('documents', 'documents.svg'), 'name' => 'Documents')