summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-20 11:06:09 +0200
committerVincent Petry <pvince81@owncloud.com>2014-05-30 10:06:29 +0200
commitd21b8108c88b33dbef465c7afc07613ab6466751 (patch)
treeb6908f96d40d36231f1568cd68bec76f0281c12c /apps/files_sharing/appinfo/app.php
parent89ff2857fc713d4ff5a635d87aef1a213d30d8e9 (diff)
downloadnextcloud-server-d21b8108c88b33dbef465c7afc07613ab6466751.tar.gz
nextcloud-server-d21b8108c88b33dbef465c7afc07613ab6466751.zip
Fixed navigation order
Diffstat (limited to 'apps/files_sharing/appinfo/app.php')
-rw-r--r--apps/files_sharing/appinfo/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 1756fc2f50e..21b2646c5ea 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -28,7 +28,7 @@ OC_FileProxy::register(new OCA\Files\Share\Proxy());
"id" => 'sharingin',
"appname" => 'files_sharing',
"script" => 'list.php',
- "order" => 3,
+ "order" => 10,
"name" => $l->t('Shared with you')
)
);
@@ -37,7 +37,7 @@ OC_FileProxy::register(new OCA\Files\Share\Proxy());
"id" => 'sharingout',
"appname" => 'files_sharing',
"script" => 'list.php',
- "order" => 4,
+ "order" => 15,
"name" => $l->t('Shared with others')
)
);