]> source.dussan.org Git - nextcloud-server.git/commitdiff
put Favorites second in list, after 'All files'
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:00:16 +0000 (11:00 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 17 Dec 2014 10:00:16 +0000 (11:00 +0100)
apps/files/index.php

index 02076226c1abeca94fec1a184ca780306b34762e..64b49c3bf1f570baefbfc0d1e59d67961fa4aa02 100644 (file)
@@ -93,7 +93,7 @@ function sortNavigationItems($item1, $item2) {
                'id' => 'favorites',
                'appname' => 'files',
                'script' => 'simplelist.php',
-               'order' => 50,
+               'order' => 5,
                'name' => $l->t('Favorites')
        )
 );