put Favorites second in list, after 'All files'

This commit is contained in:
Jan-Christoph Borchardt 2014-12-17 11:00:16 +01:00
parent 80ddb14d18
commit f2d7fad0fb
1 changed files with 1 additions and 1 deletions

View File

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