diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:00:16 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 11:00:16 +0100 |
commit | f2d7fad0fb6263a0b93ed91f4f82b9e8a1acd26e (patch) | |
tree | 5ee404d88a36f31ffe1e9760ca2aeb6b3ffd244c /apps/files/index.php | |
parent | 80ddb14d18f89a92afbcb11311a8f7bb8cf347b7 (diff) | |
download | nextcloud-server-f2d7fad0fb6263a0b93ed91f4f82b9e8a1acd26e.tar.gz nextcloud-server-f2d7fad0fb6263a0b93ed91f4f82b9e8a1acd26e.zip |
put Favorites second in list, after 'All files'
Diffstat (limited to 'apps/files/index.php')
-rw-r--r-- | apps/files/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 02076226c1a..64b49c3bf1f 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -93,7 +93,7 @@ function sortNavigationItems($item1, $item2) { 'id' => 'favorites', 'appname' => 'files', 'script' => 'simplelist.php', - 'order' => 50, + 'order' => 5, 'name' => $l->t('Favorites') ) ); |