From 35d055b436a053c91c116760830fa551a875e715 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 6 Oct 2013 21:18:09 +0200 Subject: [PATCH] Fix app ordering - ref owncloud/core#4324 --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')