Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2016-03-31 13:19:38 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2016-03-31 13:19:38 +0300
commit5d40be309d3f0af179eda6f11367d9a7127f3fe0 (patch)
tree859bff669137d48408a95444538be874a908ebfd
parent9404b27aefd9d8ad09d6ec848aca77c1275ea589 (diff)
parentd5c880e496d14686b58b5ec64b6739abf4df920a (diff)
Merge pull request #640 from owncloud/stable9-app-orderv9.0.2RC2v9.0.2RC1v9.0.2v9.0.1RC2v9.0.1
fix order of Gallery app in app navigation
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index c11ad642..238a5654 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -34,7 +34,7 @@ $c->query('OCP\INavigationManager')
// Sorting weight for the navigation. The higher the number, the higher
// will it be listed in the navigation
- 'order' => 3,
+ 'order' => 2,
// The route that will be shown on startup when called from within ownCloud
// Public links are using another route, see appinfo/routes.php